{
  "name": "not-bulma",
  "version": "2.0.20",
  "description": "not-* family UI components on Bulma CSS Framework",
  "main": "src/index.js",
  "svelte": "src/index.js",
  "type": "module",
  "scripts": {
    "html-build": "pug ./examples/src/tmpl/pages --out ./examples/dist/docs && npm run copy-docs-index-to-root",
    "copy-docs-index-to-root": "cp -f ./examples/dist/docs/index.html ./examples/dist/index.html",
    "html-watch": "npm run html-build -- --watch",
    "css-build": "sass ./examples/src/_sass/main.scss ./examples/dist/css/main.css",
    "css-deploy": "npm run css-build && npm run css-postcss",
    "css-postcss": "postcss --use autoprefixer --output ./examples/dist/css/main.css ./examples/dist/css/main.css",
    "css-watch": "npm run css-build -- --watch",
    "js-build": "cp -R  examples/src/js/* ./examples/dist/examples",
    "js-watch": "lsyncd -nodaemon -direct 'examples/src/js' './examples/dist/examples'",
    "build": "./bin/build.sh",
    "build:prod": "ENV=production ./bin/build.sh",
    "build:dev": "ENV=development ./bin/build.sh",
    "build:dev:watch": "watch 'npm run build:dev' ./src --interval=5",
    "serve": "serve ./examples/dist",
    "dev": "npm-run-all --parallel css-watch html-watch js-watch build:dev:watch serve",
    "buildtest": "ENV=test ./bin/build.sh && rm -rf ./test/browser/assets/bulma/* && mv dist/* ./test/browser/assets/bulma/",
    "prelint": "npm run build",
    "lint": "./node_modules/.bin/eslint  ./src/**/**.js ./src/**/**/** ./src/**/**/**/** ./src/**/**/**/**/** ./src/**/**/**/**/**/** ./src/**/**/**/**/**/**/** ./src/**/**/**/**/**/**/**/** --fix",
    "cypress:run": "NODE_ENV=test ./node_modules/.bin/cypress run",
    "cypress:open": "NODE_ENV=test  ./node_modules/.bin/cypress open",
    "test:behaviours": "./node_modules/.bin/mocha",
    "cover:behaviours": "nyc --silent npm run test:behaviours && nyc report --reporter=text-lcov",
    "test:open": "_ENV_NODE_='liquid' ./node_modules/.bin/mocha --reporter spec ./test/server && npm run cypress:open",
    "test:run": "_ENV_NODE_='liquid' ./node_modules/.bin/mocha --reporter spec ./test/server && npm run cypress:run",
    "test": "npm run test:server & npm run test:run",
    "test:server": "NODE_ENV=test nyc --silent node --inspect=8357 ./test/server/index.js",
    "debug:server": "node --inspect=8357 ./test/server/index.js",
    "test:server:off": "wget -qO- http://localhost:7357/terminate",
    "pretest": "./node_modules/.bin/eslint ./src/**/**",
    "docs": "./node_modules/.bin/jsdoc -c jsdoc.json",
    "cover": "npm run cover:run && npm run cover:report",
    "cover:run": "nyc --silent npm run cypress:run",
    "cover:node": "nyc --silent npm run test:node",
    "cover:report": "npm run test:server:off && npm run test:node:clear && npm run cover:report:slim",
    "cover:report:slim": "nyc report",
    "update:examples:assets": "cp ./node_modules/bulma/css/bulma.min.css ./examples/dist/css/bulma.min.css",
    "storybook": "storybook dev -p 6006",
    "build-storybook": "storybook build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/interrupter/not-bulma.git"
  },
  "keywords": [
    "not-node",
    "components",
    "bulma"
  ],
  "author": "interrupter <alex.repin@mail.ru> (http://github.com/interrupter)",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/interrupter/not-bulma/issues"
  },
  "homepage": "https://github.com/interrupter/not-bulma#readme",
  "dependencies": {
    "babel-polyfill": "^6.26.0",
    "bulma": "^1.0.4",
    "bulma-pageloader": "*",
    "bulma-slider": "*",
    "bulma-switch": "^2.0.4",
    "bulma-tooltip": "^3.0.2",
    "dart-sass": "^1.25.0",
    "not-path": "^1.0.6",
    "not-validation": "^0.0.11",
    "simple-svelte-autocomplete": "*"
  },
  "devDependencies": {
    "@babel/core": "^7.28.5",
    "@babel/eslint-parser": "^7.28.5",
    "@babel/plugin-proposal-class-properties": "^7.18.6",
    "@babel/plugin-proposal-private-methods": "^7.18.6",
    "@babel/plugin-transform-arrow-functions": "^7.27.1",
    "@babel/plugin-transform-runtime": "^7.28.5",
    "@babel/preset-env": "^7.28.5",
    "@chromatic-com/storybook": "^5.0.0",
    "@cypress/code-coverage": "^3.14.7",
    "@rollup/plugin-babel": "^6.1.0",
    "@rollup/plugin-commonjs": "^29.0.0",
    "@rollup/plugin-node-resolve": "^16.0.3",
    "@storybook/addon-a11y": "^10.2.0",
    "@storybook/addon-docs": "^10.2.0",
    "@storybook/addon-svelte-csf": "^5.0.10",
    "@storybook/addon-vitest": "^10.2.0",
    "@storybook/svelte-vite": "^10.2.0",
    "@vitest/browser-playwright": "^4.0.6",
    "@vitest/coverage-v8": "^4.0.6",
    "autoprefixer": "^10.4.21",
    "babel-cli": "^6.26.0",
    "babel-loader": "^10.0.0",
    "babel-plugin-istanbul": "^7.0.1",
    "chai": "^6.2.0",
    "core-js": "^3.46.0",
    "cypress": "*",
    "eslint": "^9.39.0",
    "eslint-plugin-storybook": "^10.2.0",
    "eslint-plugin-svelte": "^3.13.0",
    "ink-docstrap": "^0.5.4",
    "istanbul": "^0.4.5",
    "istanbul-lib-coverage": "^3.2.2",
    "jsdoc": "^4.0.5",
    "method-override": "^3.0.0",
    "mocha": "^11.7.4",
    "not-error": "^0.3.2",
    "npm-run-all": "^4.1.5",
    "nyc": "^17.1.0",
    "playwright": "^1.56.1",
    "postcss-cli": "^11.0.1",
    "pug-cli": "^1.0.0-alpha6",
    "regenerator-runtime": "^0.14.1",
    "rollup": "^4.52.5",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-eslint": "^3.0.0",
    "rollup-plugin-filesize": "^10.0.0",
    "rollup-plugin-istanbul": "^5.0.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-postcss": "^4.0.2",
    "rollup-plugin-sass": "^1.15.3",
    "rollup-plugin-sizes": "^1.1.0",
    "rollup-plugin-svelte": "^7.2.3",
    "sass": "^1.93.3",
    "sass-embedded": "^1.93.3",
    "sass-loader": "^16.0.6",
    "sass-migrator": "^2.4.2",
    "serve": "^14.2.5",
    "simple-svelte-autocomplete": "^2.5.2",
    "storybook": "^10.2.0",
    "svelte": "^5.43.2",
    "svelte-loader": "^3.2.4",
    "terser": "^5.44.0",
    "vitest": "^4.0.6",
    "wolfy87-eventemitter": "^5.2.9"
  },
  "nyc": {
    "include": [
      "index.js",
      "src",
      "src/**/**/**/**.svelte",
      "test/browser/assets/bulma/**.js"
    ],
    "exclude": [
      "test/**/**/**/**.js"
    ],
    "reporter": [
      "html"
    ],
    "check-coverage": true,
    "per-file": true,
    "lines": 95,
    "statements": 95,
    "functions": 95,
    "branches": 95,
    "watermarks": {
      "lines": [
        80,
        95
      ],
      "functions": [
        80,
        95
      ],
      "branches": [
        80,
        95
      ],
      "statements": [
        80,
        95
      ]
    }
  }
}