-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 796 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 796 Bytes
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
{
"name": "test-git-action",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "cypress run",
"dev": "nodemon --exec Token=1 Pwd=2 node koa-app"
},
"repository": {
"type": "git",
"url": "git+https://github.com/guguji5/test-git-action.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/guguji5/test-git-action/issues"
},
"homepage": "https://github.com/guguji5/test-git-action#readme",
"devDependencies": {
"cypress": "^12.12.0",
"nodemon": "^2.0.15",
"shelljs": "^0.8.5"
},
"dependencies": {
"@koa/cors": "^4.0.0",
"chalk": "^5.0.1",
"crypto": "^1.0.1",
"koa": "^2.13.4",
"koa-bodyparser": "^4.3.0",
"mongodb": "^4.5.0",
"request": "^2.88.2"
}
}