UNPKG

1.36 kBJSONView Raw
1{
2 "name": "service-starter",
3 "version": "0.2.7",
4 "description": "标准化nodejs程序的结构体系。提供一个通用的启动和关闭程序的方式。兼容Docker。使用Typescript编写。",
5 "main": "./bin/index.js",
6 "types": "./bin/index.d.ts",
7 "repository": {
8 "type": "git",
9 "url": "git+https://github.com/mx601595686/service-starter.git"
10 },
11 "scripts": {
12 "test": "./node_modules/.bin/mocha --compilers ts:ts-node/register,tsx:ts-node/register",
13 "compile": "./node_modules/.bin/gulp compile"
14 },
15 "keywords": [
16 "service",
17 "starter"
18 ],
19 "author": "wujingtao",
20 "license": "MIT",
21 "bugs": {
22 "url": "https://github.com/mx601595686/service-starter/issues"
23 },
24 "homepage": "https://github.com/mx601595686/service-starter#readme",
25 "devDependencies": {
26 "@types/expect.js": "^0.3.29",
27 "@types/fs-extra": "^4.0.0",
28 "@types/mocha": "^2.2.40",
29 "@types/node": "^7.0.13",
30 "expect.js": "^0.3.1",
31 "gulp": "^3.9.1",
32 "gulp-sourcemaps": "^2.4.1",
33 "gulp-typescript": "^3.1.5",
34 "mocha": "^3.2.0",
35 "ts-node": "^3.0.4",
36 "typescript": "^2.2.2"
37 },
38 "dependencies": {
39 "@types/chalk": "^0.4.31",
40 "chalk": "^2.1.0",
41 "fs-extra": "^4.0.1"
42 }
43}
\No newline at end of file