-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 915 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
40
41
42
43
44
{
"name": "@vtfk/maskinporten-auth",
"version": "2.0.6",
"description": "For getting tokens from Maskinporten",
"main": "index.js",
"scripts": {
"test": "standard --fix && jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vtfk/maskinportenAuth.git"
},
"keywords": [
"maskinporten",
"token"
],
"author": "Nils",
"license": "MIT",
"bugs": {
"url": "https://github.com/vtfk/maskinportenAuth/issues"
},
"homepage": "https://github.com/vtfk/maskinportenAuth#readme",
"dependencies": {
"axios": "^1.7.7",
"dotenv": "^16.0.0",
"jsonwebtoken": "^9.0.0",
"nanoid": "^3.3.1",
"node-forge": "^1.3.1"
},
"devDependencies": {
"jest": "^27.5.1",
"standard": "^16.0.4"
},
"standard": {
"env": [
"jest"
]
},
"jest": {
"moduleNameMapper": {
"^axios$": "axios/dist/node/axios.cjs"
}
}
}