{
  "name": "@sheetbase/app-scripts",
  "version": "3.0.4",
  "description": "Scripts for Sheetbase backend modules and apps.",
  "author": "Sheetbase",
  "homepage": "https://sheetbase.dev",
  "license": "MIT",
  "main": "src/public-api.js",
  "types": "src/public-api.d.ts",
  "bin": {
    "sheetbase-app-scripts": "src/bin.js"
  },
  "files": [
    "src",
    "!**/*.ts",
    "**/*.d.ts",
    "ayedocs-plugins"
  ],
  "scripts": {
    "compile": "tsc",
    "build": "npm run compile && npm i -g",
    "docs": "ayedocs generate",
    "test": "npm run compile && nyc --cache false mocha test/**/*.js",
    "coverage": "nyc --cache false report --reporter=text-lcov | coveralls",
    "lint": "gts lint",
    "fix": "gts fix"
  },
  "keywords": [
    "sheetbase",
    "build-tools",
    "google-apps-script"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/sheetbase/app-scripts.git"
  },
  "bugs": {
    "url": "https://github.com/sheetbase/app-scripts/issues"
  },
  "dependencies": {
    "chalk": "^4.1.0",
    "commander": "^6.1.0",
    "fs-extra": "^9.0.1",
    "match-all": "^1.2.6",
    "prettier": "^2.1.2",
    "rollup": "^2.29.0",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-node-resolve": "^5.2.0"
  },
  "devDependencies": {
    "@types/chai": "^4.2.13",
    "@types/fs-extra": "^9.0.1",
    "@types/mocha": "^8.0.3",
    "@types/node": "^14.11.8",
    "@types/prettier": "^2.1.1",
    "chai": "^4.2.0",
    "coveralls": "^3.1.0",
    "gts": "^3.0.0",
    "mocha": "^8.1.3",
    "nyc": "^15.1.0",
    "typescript": "^4.0.3"
  }
}
