-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.23 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
{
"name": "bikeleasing-online-delivery-client",
"version": "0.0.2",
"description": "Bikeleasing Online Delivery Client",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"repository": "[email protected]:Bikeleasing-Service/bikeleasing-online-delivery-client.git",
"bugs": {
"url": "https://github.com/Bikeleasing-Service/bikeleasing-online-delivery-client/issues"
},
"homepage": "https://github.com/Bikeleasing-Service/bikeleasing-online-delivery-client",
"author": "Pierre Jochem <[email protected]>",
"license": "MIT",
"scripts": {
"build": "tsc",
"build:watch": "tsc -w",
"prepublishOnly": "tsc",
"lint": "eslint ./src --ext .ts",
"test": "jest",
"test:cov": "jest --coverage"
},
"devDependencies": {
"@babel/preset-env": "^7.22.10",
"@babel/preset-typescript": "^7.22.5",
"@jest/globals": "^29.6.3",
"@types/jest": "^29.5.3",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"axios": "^1.4.0",
"eslint": "^8.47.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"jest": "^29.6.3",
"prettier": "^3.0.2",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
}
}