@google/dscc-gen
Version:
Create component & connector projects with sane defaults.
73 lines (72 loc) • 1.88 kB
JSON
{
"name": "@google/dscc-gen",
"version": "1.1.15",
"repository": "googledatastudio/dscc-gen",
"description": "Create component & connector projects with sane defaults.",
"main": "build/index.js",
"bin": "build/index.js",
"engines": {
"node": ">=7.10.0",
"npm": ">=5.2.0"
},
"author": "Matt Hamrick <matthewjhamrick@gmail.com>",
"license": "Apache-2.0",
"jest": {
"transform": {
"^.+\\.tsx?$": "ts-jest"
},
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.tsx?$",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
},
"prettier": {
"singleQuote": true,
"trailingComma": "es5",
"bracketSpacing": false,
"arrowParens": "always"
},
"scripts": {
"test-watch": "jest --watchAll --coverage",
"prettier-watch": "onchange \"{src,templates,test}/**/*.{ts,js}\" -- yarn prettier",
"build-watch": "tsc --watch",
"build": "tsc",
"lint": "tslint -c tslint.json src/**/*.ts",
"prettier": "prettier --write \"{src,templates,test}/**/*.{ts,js}\"",
"test": "jest"
},
"dependencies": {
"argparse": "^1.0.10",
"bluebird": "^3.5.1",
"chalk": "^2.4.2",
"clear": "^0.1.0",
"cli-spinner": "^0.2.8",
"dotf": "^1.2.0",
"inquirer": "^6.2.1",
"insight": "^0.10.1",
"terminal-link": "^1.2.0",
"uuid": "^3.3.2"
},
"devDependencies": {
"@google/clasp": "^2.0.1",
"@types/argparse": "^1.0.36",
"@types/bluebird": "^3.5.20",
"@types/cli-spinner": "^0.2.0",
"@types/inquirer": "^0.0.43",
"@types/insight": "^0.8.0",
"@types/jest": "^24.0.8",
"@types/node": "^11.9.5",
"@types/terminal-link": "^1.1.0",
"@types/uuid": "^3.4.4",
"jest": "^24.1.0",
"onchange": "^5.2.0",
"prettier": "^1.11.1",
"ts-jest": "^24.0.0",
"tslint": "^5.13.1"
}
}