-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 855 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
{
"name": "@thexdev/biteship-nodejs",
"version": "0.7.0",
"description": "The unofficial NodeJS client for interacting with Biteship API.",
"main": "./libs/index.js",
"files": [
"./libs/**/*"
],
"scripts": {
"format": "prettier --write .",
"build": "tsc",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thexdev/biteship-nodejs.git"
},
"keywords": [
"biteship"
],
"author": "M. Akbar Nugroho",
"license": "MIT",
"bugs": {
"url": "https://github.com/thexdev/biteship-nodejs/issues"
},
"homepage": "https://github.com/thexdev/biteship-nodejs#readme",
"devDependencies": {
"@types/jest": "^29.5.3",
"jest": "^29.6.2",
"msw": "^1.2.3",
"prettier": "^3.0.2",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
}
}