-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 999 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
{
"name": "vanmoof-webapi.js",
"version": "0.1.1",
"description": "Access VanMoof Web API (readonly)",
"main": "index.js",
"types": "./types/index.d.ts",
"scripts": {
"exportTypes": "node_modules/typescript/bin/tsc --declaration --allowJs --emitDeclarationOnly --downlevelIteration --resolveJsonModule --outDir types",
"exportAndCheckTypes": "node_modules/typescript/bin/tsc --declaration --allowJs --emitDeclarationOnly --downlevelIteration --resolveJsonModule --checkJs --outDir types"
},
"keywords": [
"vanmoof",
"electrified",
"pedelec",
"bike"
],
"repository": {
"type": "git",
"url": "https://github.com/mrbungle64/vanmoof-webapi.js.git"
},
"author": {
"name": "Sascha Hölzel",
"url": "https://github.com/mrbungle64"
},
"license": "MIT",
"dependencies": {
"axios": "1.4.0",
"buntstift": "^5.0.2"
},
"devDependencies": {
"eslint": "^8.31.0",
"@types/node": "^18.11.18",
"typescript": "~4.8.4"
}
}