-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.25 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
{
"name": "@unicloudvn/kpay-nodejs-sdk",
"version": "1.0.11",
"description": "kpay-nodejs-sdk",
"main": "lib/index.js",
"files": [
"lib/**/*"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\"",
"lint": "tslint -p tsconfig.json",
"prepare": "npm run build",
"prepublishOnly": "npm run lint",
"preversion": "npm run lint"
},
"author": "unicloud",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/unicloudvn/KLBPay-NodeJS-SDK.git"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/unicloudvn"
},
"dependencies": {
"axios": "^1.2.0",
"node-fetch": "^3.3.0",
"nodemon": "^2.0.20"
},
"devDependencies": {
"@types/dotenv": "^8.2.0",
"dotenv": "^16.3.1",
"prettier": "^2.8.1",
"ts-node": "^10.9.1",
"ts-node-dev": "^2.0.0",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.9.3"
},
"types": "./lib/index.d.ts",
"bugs": {
"url": "https://github.com/unicloudvn/KLBPay-NodeJS-SDK.git/issues"
},
"homepage": "https://github.com/unicloudvn/KLBPay-NodeJS-SDK.git#readme",
"directories": {
"lib": "lib"
}
}