Skip to content

Instantly share code, notes, and snippets.

@bniedermeyer
Last active February 26, 2019 06:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bniedermeyer/43a1f0911b595d0089f26e30f30916b5 to your computer and use it in GitHub Desktop.
Save bniedermeyer/43a1f0911b595d0089f26e30f30916b5 to your computer and use it in GitHub Desktop.
{
"name": "my-schematic",
"version": "0.0.0",
"description": "A blank schematics",
"scripts": {
"build": "tsc -p tsconfig.json",
"test": "npm run build && jasmine src/**/*_spec.js"
},
"keywords": ["schematics"],
"files": ["src"],
"license": "MIT",
"schematics": "./src/collection.json",
"dependencies": {
"@angular-devkit/core": "^7.3.1",
"@angular-devkit/schematics": "^7.3.1",
"@types/jasmine": "^3.0.0",
"@types/node": "^8.0.31",
"jasmine": "^3.0.0",
"typescript": "~3.2.2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment