-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.31 KB
/
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
45
46
47
48
49
50
51
{
"name": "grdf-api",
"version": "0.3.0",
"main": "dist/index.js",
"types": "types/index.d.ts",
"author": {
"name": "Maël GANGLOFF",
"email": "contact@maelgangloff.fr"
},
"license": "GPL-3.0-or-later",
"devDependencies": {
"@types/node": "^17.0.5",
"@types/node-fetch": "^2.6.2",
"@types/qs": "^6.9.7",
"@types/tough-cookie": "^4.0.5",
"@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.8.1",
"eslint": "^7.30.0",
"jsdoc-to-markdown": "^7.1.0",
"ts-standard": "^11.0.0",
"typescript": "^4.5.4"
},
"homepage": "https://github.com/maelgangloff/grdf-api#readme",
"bugs": {
"url": "https://github.com/maelgangloff/grdf-api/issues",
"email": "contact@maelgangloff.fr"
},
"repository": {
"type": "git",
"url": "https://github.com/maelgangloff/grdf-api.git"
},
"keywords": [
"API",
"GRDF",
"Gazpar",
"Gaz"
],
"scripts": {
"build": "tsc -p tsconfig.json",
"lint": "eslint src/ --ext .ts",
"doc": "jsdoc2md --template docs/README.hbs -f dist/index.js > README.md"
},
"description": "Unofficial API client of GRDF",
"dependencies": {
"@okta/okta-auth-js": "^7.5.1",
"axios": "^0.24.0",
"axios-cookiejar-support": "^5.0.1",
"qs": "^6.10.2",
"tough-cookie": "^4.1.3"
}
}