-
-
Notifications
You must be signed in to change notification settings - Fork 55
/
package.json
124 lines (124 loc) · 4.64 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"name": "@nestcloud/common",
"version": "0.6.9",
"description": "NestCloud is a Node.js micro-service solution, writing by Typescript language and Nest.js",
"author": "Miaowing <[email protected]>",
"license": "MIT",
"scripts": {
"coverage": "nyc report --reporter=text-lcov | coveralls",
"test": "nyc --require ts-node/register mocha packages/**/*.spec.ts --reporter spec --require 'node_modules/reflect-metadata/Reflect.js'",
"integration-test": "mocha integration/**/*.spec.ts --reporter spec --require ts-node/register --require 'node_modules/reflect-metadata/Reflect.js'",
"clean": "gulp clean:bundle",
"format": "prettier **/**/*.ts --ignore-path ./.prettierignore --write && git status",
"lint": "tslint -p tsconfig.json -c tslint.json \"packages/**/*.ts\" -e \"*.spec.ts\"",
"build": "npm run clean && node --max_old_space_size=4096 ./node_modules/.bin/gulp build",
"prebuild:dev": "rm -rf node_modules/@nestcloud",
"build:dev": "node --max_old_space_size=4096 ./node_modules/.bin/gulp build --dist node_modules/@nestcloud",
"prerelease": "gulp copy-misc && node --max_old_space_size=4096 ./node_modules/.bin/gulp build --dist node_modules/@nestcloud",
"publish": "npm run prerelease && npm run build && ./node_modules/.bin/lerna publish --force-publish --access public --exact -m \"chore(@nestcloud) publish %s release\"",
"publish:rc": "npm run prerelease && npm run build && ./node_modules/.bin/lerna publish --npm-tag=rc --access public -m \"chore(@nestcloud) publish %s release\"",
"publish:next": "npm run prerelease && npm run build && ./node_modules/.bin/lerna publish --npm-tag=next --access public --skip-git -m \"chore(@nestcloud) publish %s release\"",
"publish:beta": "npm run prerelease && npm run build && ./node_modules/.bin/lerna publish --npm-tag=beta --access public -m \"chore(@nestcloud) publish %s release\"",
"publish:test": "npm run prerelease && npm run build && ./node_modules/.bin/lerna publish --force-publish --access public --npm-tag=test --skip-git -m \"chore(@nestcloud) publish %s release\""
},
"devDependencies": {
"@nestjs/common": "^6.10.12",
"@nestjs/core": "^6.10.12",
"@nestjs/microservices": "^6.10.12",
"@nestjs/terminus": "^6.5.5",
"@nestjs/testing": "^6.10.13",
"@nestjs/typeorm": "^6.2.0",
"@types/cache-manager": "^1.2.7",
"@types/chai": "4.1.7",
"@types/chai-as-promised": "7.1.0",
"@types/express": "^4.16.1",
"@types/handlebars": "^4.1.0",
"@types/http-proxy": "^1.16.2",
"@types/ioredis": "^4.0.10",
"@types/lodash": "^4.14.108",
"@types/memcached": "^2.2.6",
"@types/mocha": "5.2.6",
"@types/node": "^11.10.4",
"@types/node-schedule": "^1.3.0",
"@types/ratelimiter": "^2.1.28",
"@types/uuid": "^3.4.4",
"@types/yamljs": "^0.2.30",
"axios": "^0.18.0",
"blueimp-md5": "^2.10.0",
"brakes": "^2.7.0",
"cache-manager": "^2.9.0",
"cache-manager-memory-store": "^1.1.0",
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
"class-transformer": "^0.1.9",
"class-validator": "^0.8.5",
"consul": "^0.36.0",
"coveralls": "3.0.3",
"delete-empty": "^2.0.0",
"etcd3": "^1.0.1",
"gulp": "4.0.0",
"gulp-clang-format": "1.0.27",
"gulp-clean": "0.4.0",
"gulp-sourcemaps": "2.6.5",
"gulp-typescript": "5.0.1",
"gulp-watch": "5.0.1",
"handlebars": "^4.1.1",
"http-proxy": "^1.17.0",
"ioredis": "^4.9.3",
"kubernetes-client": "^8.3.3",
"lerna": "^2.11.0",
"lodash": "^4.17.11",
"memcached": "^2.2.2",
"mkdirp": "^0.5.1",
"mocha": "3.5.3",
"moment": "^2.24.0",
"node-schedule": "^1.3.0",
"nyc": "13.3.0",
"prettier": "1.16.4",
"random-js": "^2.0.0-rc2",
"ratelimiter": "^3.3.0",
"reflect-metadata": "^0.1.12",
"rxjs": "6.4.0",
"ts-node": "^8.0.2",
"tslint": "5.14.0",
"typeorm": "^0.2.15",
"typescript": "^3.7.4",
"uri-params": "^0.1.3",
"uuid": "^3.3.3",
"winston": "^2.4.2",
"winston-daily-rotate-file": "^3.8.0",
"yamljs": "^0.3.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nest-cloud/nestcloud.git"
},
"bugs": {
"url": "https://github.com/nest-cloud/nestcloud/issues"
},
"homepage": "https://github.com/nest-cloud/nestcloud#readme",
"nyc": {
"include": [
"packages/**/*.ts"
],
"exclude": [
"node_modules/",
"packages/**/*.spec.ts"
],
"extension": [
".ts"
],
"require": [
"ts-node/register"
],
"reporter": [
"text-summary",
"html"
],
"sourceMap": true,
"instrument": true
},
"dependencies": {
"@kubernetes/client-node": "^0.11.0"
}
}