-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1010 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "@rubedo/devkit",
"version": "0.1.2",
"description": "A blank schematics",
"scripts": {
"build": "tsc -p tsconfig.json",
"test": "npm run build && jasmine src/**/*_spec.js",
"generate:changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0"
},
"keywords": [
"schematics"
],
"author": "Vahan Minasian",
"license": "MIT",
"schematics": "./src/collection.json",
"dependencies": {
"@angular-devkit/core": "^7.3.8",
"@angular-devkit/schematics": "^7.3.8",
"@schematics/angular": "^7.3.8",
"@types/jasmine": "^3.0.0",
"@types/node": "^8.0.31",
"jasmine": "^3.0.0",
"typescript": "~3.2.2"
},
"devDependencies": {
"conventional-changelog-cli": "latest"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/nongrata081/devkit.git"
},
"bugs": {
"url": "https://github.com/nongrata081/devkit/issues"
},
"homepage": "https://github.com/nongrata081/devkit#readme"
}