forked from unit-finance/unit-node-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 965 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
{
"name": "@unit-finance/unit-node-sdk",
"version": "0.9.41",
"description": "",
"main": "dist/unit.js",
"types": "dist/unit.d.ts",
"scripts": {
"test": "jest .spec.ts --maxWorkers=1 --no-cache",
"build": "tsc",
"lint": "eslint **/*.ts",
"lint-fix": "eslint **/*.ts --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/unit-finance/unit-node-sdk.git"
},
"author": "Unit",
"license": "MPLv2",
"bugs": {
"url": "https://github.com/unit-finance/unit-node-sdk/issues"
},
"homepage": "https://github.com/unit-finance/unit-node-sdk#readme",
"devDependencies": {
"@types/jest": "^27.0.1",
"@types/node": "^15.0.2",
"@typescript-eslint/eslint-plugin": "^5.1.0",
"@typescript-eslint/parser": "^5.1.0",
"dotenv": "^10.0.0",
"eslint": "^8.8.0",
"jest": "^27.0.6",
"ts-jest": "^27.0.3",
"typescript": "^4.2.4"
},
"dependencies": {
"axios": "^0.26.1"
}
}