forked from corbiton/authenticator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 826 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
{
"name": "authenticator",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node src",
"test": "jest",
"test:w": "jest --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/asif-ir/authenticator.git"
},
"author": "Corbiton",
"license": "MIT",
"bugs": {
"url": "https://github.com/asif-ir/authenticator/issues"
},
"homepage": "https://github.com/asif-ir/authenticator#readme",
"dependencies": {
"body-parser": "^1.19.0",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"knex": "^0.20.11"
},
"devDependencies": {
"axios": "^0.19.2",
"jest": "^25.1.0",
"sqlite3": "^4.1.1"
},
"jest": {
"testEnvironment": "node",
"coveragePathIgnorePatterns": [
"/node_modules/"
]
}
}