mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-27 01:33:48 +00:00
25 lines
620 B
JSON
25 lines
620 B
JSON
{
|
|
"name": "jo",
|
|
"version": "0.0.0",
|
|
"description": "A blank schematics",
|
|
"scripts": {
|
|
"build": "tsc -p tsconfig.json",
|
|
"build:watch": "tsc -p tsconfig.json --watch",
|
|
"test": "npm run build && jasmine src/**/*_spec.js"
|
|
},
|
|
"keywords": [
|
|
"schematics"
|
|
],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"schematics": "./src/collection.json",
|
|
"devDependencies": {
|
|
"@angular-devkit/core": "^7.3.9",
|
|
"@angular-devkit/schematics": "^7.3.9",
|
|
"@schematics/angular": "^7.3.9",
|
|
"@types/jasmine": "^3.0.0",
|
|
"@types/node": "^8.0.31",
|
|
"jasmine": "^3.0.0",
|
|
"typescript": "~3.2.2"
|
|
}
|
|
}
|