{ "name": "adf", "version": "0.0.0", "description": "A blank schematics", "scripts": { "build": "tsc -p tsconfig.json", "test": "npm run build && jasmine **/*_spec.js" }, "keywords": [ "schematics" ], "author": "", "license": "MIT", "schematics": "./src/collection.json", "dependencies": { "@angular-devkit/core": "^0.5.8", "@angular-devkit/schematics": "^0.5.8", "@types/jasmine": "^2.6.0", "@types/node": "^8.0.31", "ejs": "^2.5.9", "jasmine": "^2.8.0", "typescript": "^2.5.2" } }