-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 924 Bytes
/
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
{
"name": "github-circle-token-generator",
"version": "1.0.0",
"engines": {
"node": "12.4.0"
},
"description": "",
"main": "index.js",
"dependencies": {
"axios": "^1.6.0",
"circleci-api": "^3.3.4",
"express": "^4.17.3",
"express-validator": "^6.1.2",
"jsonwebtoken": "^9.0.0",
"morgan": "^1.9.1",
"winston": "^3.2.1"
},
"devDependencies": {
"jest": "^29.7.0",
"jest-junit": "^6.4.0",
"nodemon": "^1.19.1",
"supertest": "^4.0.2"
},
"scripts": {
"dev": "nodemon server.js",
"test": "jest",
"build": "npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/androa/github-circle-token-generator.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/androa/github-circle-token-generator/issues"
},
"homepage": "https://github.com/androa/github-circle-token-generator#readme"
}