{
  "name": "srfc",
  "version": "0.10.0",
  "main": "dist/srfc.min.js",
  "type": "module",
  "author": "simarist",
  "license": "MIT",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "lint": "npm run lint:styles && npm run lint:scripts",
    "lint:styles": "stylelint src/srfc.css",
    "lint:scripts": "eslint .",
    "lintfix": "npm run lintfix:styles && npm run lintfix:scripts",
    "lintfix:styles": "stylelint src/srfc.css --fix",
    "lintfix:scripts": "eslint . --fix",
    "build": "npm run build:clean && npm run build:pages && npm run build:scripts && npm run build:styles",
    "build:clean": "node tasks/clean.js",
    "build:pages": "node tasks/testpage.js",
    "build:scripts": "rollup --config",
    "build:styles": "postcss src/srfc.css --output dist/srfc.min.css --use autoprefixer cssnano --map",
    "serve": "live-server --open=dist_testpage"
  },
  "devDependencies": {
    "@babel/core": "^7.13.16",
    "@babel/preset-env": "^7.13.15",
    "@rollup/plugin-babel": "^5.3.0",
    "@rollup/plugin-commonjs": "^19.0.0",
    "@rollup/plugin-typescript": "^8.2.1",
    "@tsconfig/recommended": "^1.0.1",
    "@typescript-eslint/eslint-plugin": "^4.19.0",
    "autoprefixer": "^10.2.5",
    "cssnano": "^5.0.2",
    "eslint": "^7.22.0",
    "eslint-config-standard-with-typescript": "^20.0.0",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^4.3.1",
    "fs-extra": "^10.0.0",
    "live-server": "^1.2.1",
    "postcss": "^8.2.13",
    "postcss-cli": "^8.3.1",
    "rollup": "^2.47.0",
    "rollup-plugin-terser": "^7.0.2",
    "stylelint": "^13.12.0",
    "stylelint-config-twbs-bootstrap": "^2.1.0",
    "tslib": "^2.2.0",
    "typescript": "^4.2.3"
  },
  "dependencies": {
    "core-js": "^3.12.0"
  }
}
