-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.07 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.07 KB
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
41
{
"name": "@kevintap/ac-sample-module",
"version": "1.0.5",
"description": "sample custom block",
"main": "index.js",
"license": "MIT",
"devDependencies": {
"@acoustic-content-sdk/api": "^9",
"@acoustic-content-sdk/ng": "^9",
"@angular/common": "9.0.7",
"@angular/compiler": "^9.0.7",
"@angular/compiler-cli": "^9.0.7",
"@angular/core": "^9.0.7",
"@angular/platform-browser": "^9.0.7",
"@angular/router": "9.0.7",
"copyfiles": "^2.2.0",
"ng-packagr": "^9.0.3",
"rxjs": "^6.5.4",
"sync-files": "^1.0.3",
"tsickle": "^0.38.1",
"typescript": "3.7.5",
"zone.js": "^0.10.3"
},
"peerDependencies": {
"@acoustic-content-sdk/api": "^9",
"@acoustic-content-sdk/ng": "^9",
"@angular/common": "9.0.7",
"@angular/core": "^9.0.7",
"@angular/router": "9.0.7"
},
"scripts": {
"build": "ng-packagr -p package.json",
"postbuild": "copyfiles \"./assets/**/*.*\" ./dist"
},
"publishConfig": {
"access": "public"
},
"private": false,
"schematics": "./assets/collection.json",
"ngPackage": {}
}