UNPKG

1.24 kBJSONView Raw
1{
2 "name": "@soushians/user",
3 "version": "2.0.10",
4 "description": "",
5 "main": "lib/index.js",
6 "typings": [ "./lib/index.d.ts" ],
7 "scripts": {
8 "prepublish": "npm run clean && npm run build && npm run clean",
9 "watch": "tsc -p src -w",
10 "clean": "rimraf ./dist",
11 "transpile": "ngc -p dist",
12 "package": "rollup -c",
13 "minify": "uglifyjs lib/bundles.umd.js --screw-ie8 --compress --mangle --comments --output lib/bundles.umd.min.js",
14 "build": "gulp && npm run transpile && npm run package && npm run minify"
15 },
16 "dependencies": {},
17 "peerDependencies": {
18 "@soushians/starter": "2.x.x"
19 },
20 "devDependencies": {
21 "@soushians/infra": "^2.x.x",
22 "@soushians/shared": "^2.x.x",
23 "@soushians/config": "^2.x.x",
24 "@ngrx/effects": "^4.x.x",
25 "@ngrx/router-store": "^4.x.x",
26 "@ngrx/store": "^4.x.x",
27 "@ngrx/store-devtools": "^4.x.x",
28 "rxjs": "^5.x.x",
29 "@types/node": "^9.4.x",
30 "gulp": "^4.x.x",
31 "gulp-copy": "^1.x.x",
32 "gulp-inline-ng2-template": "^4.1.x",
33 "rimraf": "^2.6.2",
34 "rollup": "^0.55.x",
35 "typescript": "^2.5.x"
36 },
37 "repository": {
38 "type": "git",
39 "url": "https://github.com/snoorghorbani/ng2starter-user.git"
40 },
41 "author": "soushians noorghorbani <snoorghorbani@gmail.com>",
42 "license": "MIT"
43}