16 lines
470 B
JSON
16 lines
470 B
JSON
|
{
|
||
|
"name": "elements-schematics",
|
||
|
"version": "1.0.0",
|
||
|
"license": "MIT",
|
||
|
"devDependencies": {
|
||
|
"@angular/cli": "file:../../node_modules/@angular/cli",
|
||
|
"@types/node": "file:../../node_modules/@types/node",
|
||
|
"typescript": "file:../../node_modules/typescript"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"build": "tsc -p tsconfig.json",
|
||
|
"build-dist": "node ../../scripts/build-packages-dist.js && yarn install --check-files",
|
||
|
"test": "yarn build && node test.js"
|
||
|
}
|
||
|
}
|