-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.29 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": "teoclits",
"version": "0.0.21",
"description": "Typescript angular Teonet Client module",
"main": "teocli.ts",
"directories": {
"test": "test"
},
"dependencies": {
"@types/crypto-js": "3.1.37",
"crypto-js": "3.1.8",
"teocli": "0.0.17",
"webrtc-adapter": "^6.4.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"transpile": "ngc",
"package": "rollup -c",
"minify": "uglifyjs dist/bundles/teocli.umd.js --screw-ie8 --compress --mangle --comments --output dist/bundles/teocli.umd.min.js",
"build": "npm run transpile && npm run package && npm run minify && cp package_dist.json dist/package.json && cp README.md dist",
"prepare": "tsc"
},
"repository": {
"type": "git",
"url": "https://github.com/teonet-co/TeocliTS.git"
},
"keywords": [
"teonet",
"network"
],
"author": "Kirill Scherba <[email protected]> (http://gitlab.ksproject.org/)",
"license": "MIT",
"devDependencies": {
"@angular/common": "^6.1.9",
"@angular/compiler": "^6.1.9",
"@angular/compiler-cli": "^6.1.9",
"@angular/core": "^6.1.9",
"@angular/platform-browser": "^6.1.9",
"rollup": "^0.66.4",
"rxjs": "^6.3.3",
"rxjs-compat": "^6.3.3",
"typescript": "~2.7.2",
"uglify-js": "^3.4.9"
}
}