forked from fabian4/puppet-5G
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.06 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.06 KB
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
{
"name": "puppet-5g",
"version": "1.0.0",
"description": "puppet for 5g",
"scripts": {
"dev": "cross-env NODE_OPTIONS=\"--no-warnings --loader=ts-node/esm\" node src/sever/sever.ts",
"start": "cross-env NODE_OPTIONS=\"--no-warnings --loader=ts-node/esm\" node examples/ding-dong.ts"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/fabian4/puppet-5G.git"
},
"keywords": [
"wechaty"
],
"author": "fabian",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/fabian4/puppet-5G/issues"
},
"homepage": "https://github.com/fabian4/puppet-5G#readme",
"dependencies": {
"axios": "^0.24.0",
"koa": "^2.13.4",
"koa-body": "^4.2.0",
"koa-router": "^10.1.1",
"string-random": "^0.1.3",
"wechaty": "^1.0.6",
"wechaty-puppet": "^1.0.1"
},
"devDependencies": {
"@chatie/eslint-config": "^0.14.1",
"@chatie/tsconfig": "^0.20.2",
"@types/koa": "^2.13.4",
"@types/koa-router": "^7.4.4",
"nodemon": "^2.0.14",
"ts-node": "^10.4.0",
"typescript": "^4.4.4"
}
}