-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
40 lines (40 loc) · 1.11 KB
/
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
38
39
40
{
"$schema": "./node_modules/ng-packagr/package.schema.json",
"name": "ngx-tabs-libdemo",
"version": "0.0.0-development",
"description": "Demo library to showcase Angular packaging format",
"scripts": {
"build": "ng-packagr -p package.json",
"copyPackageJson": "copyfiles package.json dist",
"semantic-release": "semantic-release pre && npm run copyPackageJson && npm publish dist && semantic-release post"
},
"author": "Juri Strumpflohner",
"license": "MIT",
"ngPackage": {
"lib": {
"entryFile": "public_api.ts"
}
},
"peerDependencies": {
"@angular/core": "^5.0.0",
"@angular/common": "^5.0.0",
"rxjs": "^5.5.2"
},
"devDependencies": {
"@angular/common": "^5.2.9",
"@angular/compiler": "^5.2.9",
"@angular/compiler-cli": "^5.2.9",
"@angular/core": "^5.2.9",
"copyfiles": "^1.2.0",
"ng-packagr": "2.4.2",
"rxjs": "^5.5.2",
"semantic-release": "^8.2.0",
"tsickle": "^0.26.0",
"typescript": "2.4.2",
"zone.js": "^0.8.4"
},
"repository": {
"type": "git",
"url": "https://github.com/juristr/ngx-tabs-libdemo.git"
}
}