-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.19 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
41
42
43
44
45
{
"name": "@dazlab-team/angular-playable-builder",
"version": "11.0.1-beta.5",
"description": "Builds Facebook Playable Ad source file from the Angular app sources.",
"main": "dist/index.js",
"files": [
"dist",
"builders.json"
],
"repository": {
"type": "git",
"url": "git+https://github.com/dazlab-team/angular-playable-builder.git"
},
"author": "Andrew Anisimov <[email protected]> (https://www.dazlab.global/)",
"license": "MIT",
"engines": {
"node": ">=10.13.0"
},
"keywords": [
"angular",
"builder",
"angular-cli",
"facebook",
"playable"
],
"scripts": {
"build": "node ./node_modules/typescript/bin/tsc"
},
"builders": "builders.json",
"devDependencies": {
"@angular-devkit/architect": ">=0.1100.0 < 0.1200.0",
"@angular-devkit/build-angular": ">=0.1100.0 < 0.1200.0",
"@angular-devkit/core": "^11.0.0",
"@types/node": "^14.14.20",
"typescript": "^4.1.3"
},
"bugs": {
"url": "https://github.com/dazlab-team/angular-playable-builder/issues"
},
"homepage": "https://github.com/dazlab-team/angular-playable-builder#readme",
"dependencies": {
"sync-request": "^6.1.0",
"trumpet": "^1.7.2"
}
}