UNPKG

1.21 kBJSONView Raw
1{
2 "name": "service-starter",
3 "version": "1.1.1",
4 "description": "标准化js程序的结构体系。提供一个通用的启动和关闭程序的方式。兼容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 "compile": "./node_modules/.bin/gulp compile"
13 },
14 "keywords": [
15 "service",
16 "starter"
17 ],
18 "author": "wujingtao",
19 "license": "MIT",
20 "bugs": {
21 "url": "https://github.com/mx601595686/service-starter/issues"
22 },
23 "homepage": "https://github.com/mx601595686/service-starter#readme",
24 "devDependencies": {
25 "@types/node": "^10.12.10",
26 "@types/component-emitter": "^1.2.7",
27 "@types/fs-extra": "^5.0.4",
28 "gulp": "^3.9.1",
29 "gulp-sourcemaps": "^2.6.4",
30 "gulp-typescript": "^5.0.0-alpha.3",
31 "typescript": "^3.1.6"
32 },
33 "dependencies": {
34 "component-emitter": "^1.2.1",
35 "fs-extra": "^7.0.1",
36 "log-formatter": "^1.0.5"
37 }
38}