@google/clasp
Version:
Develop Apps Script Projects locally
99 lines (98 loc) • 2.66 kB
JSON
{
"name": "@google/clasp",
"version": "1.4.1",
"description": "Develop Apps Script Projects locally",
"main": "index.js",
"scripts": {
"build": "tsc --project tsconfig.json && npm i -g --loglevel=error",
"build-fresh": "npm cache clean --force && npm i && npm run build",
"publish": "npm publish --access public && git push --follow-tags",
"docs": "tsc docs.ts && node docs.js",
"lint": "tslint --project tslint.json && echo 'No lint errors. All good!'",
"test": "nyc --cache false mocha --timeout 100000 -- tests/*.js",
"coverage": "nyc --cache false report --reporter=text-lcov | coveralls"
},
"bin": {
"clasp": "./index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/google/clasp"
},
"keywords": [
"Apps",
"Script",
"SDK",
"API",
"script.google.com",
"extension",
"add-on"
],
"importSort": {
".ts": {
"parser": "typescript",
"style": "module-compact"
},
"on-save": false
},
"author": "Grant Timmerman",
"license": "Apache-2.0",
"dependencies": {
"anymatch": "^1.3.2",
"axios": "^0.18.0",
"chalk": "^2.4.1",
"cli-spinner": "^0.2.8",
"commander": "^2.15.1",
"connect": "^3.6.6",
"del": "^3.0.0",
"dotf": "^1.0.3",
"find-parent-dir": "^0.3.0",
"fs": "^0.0.1-security",
"google-auth-library": "^1.6.1",
"googleapis": "^28.1.0",
"http-shutdown": "^1.2.0",
"inquirer": "^5.2.0",
"is-online": "^7.0.0",
"mkdirp": "^0.5.1",
"opn": "^5.3.0",
"path": "^0.12.7",
"pluralize": "^7.0.0",
"read-file": "^0.2.0",
"read-multiple-files": "^1.1.1",
"readline": "^1.3.0",
"recursive-readdir": "^2.2.2",
"split-lines": "^1.1.0",
"string.prototype.padend": "^3.0.0",
"url": "^0.11.0",
"watch": "^1.0.2"
},
"devDependencies": {
"@types/anymatch": "^1.3.0",
"@types/chai": "^4.1.3",
"@types/cli-spinner": "^0.2.0",
"@types/connect": "^3.4.32",
"@types/del": "^3.0.1",
"@types/events": "^1.2.0",
"@types/fs-extra": "^5.0.2",
"@types/glob": "^5.0.35",
"@types/mkdirp": "^0.5.2",
"@types/mocha": "^5.2.0",
"@types/node": "^9.6.22",
"@types/opn": "^5.1.0",
"@types/pluralize": "^0.0.28",
"@types/recursive-readdir": "^2.2.0",
"@types/tmp": "0.0.33",
"@types/watch": "^1.0.0",
"chai": "^4.1.2",
"coveralls": "^3.0.1",
"extract-comments": "^1.0.0",
"fs-extra": "^6.0.1",
"mocha": "^5.2.0",
"nyc": "^11.8.0",
"parse-comments": "^0.4.3",
"tmp": "0.0.33",
"tslint": "^5.10.0",
"typescript": "^2.8.4",
"ucfirst": "^1.0.0"
}
}