-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.14 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
{
"name": "@pokepay/pokepay-partner-sdk",
"version": "1.4.10",
"description": "Pokepay Partner SDK for NodeJS",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"devDependencies": {
"@types/base64-url": "^2.2.0",
"@types/ini": "^1.3.30",
"@types/jest": "^27.0.0",
"@types/node": "^15.14.9",
"@types/uuid": "^8.3.1",
"jest": "^27.2.1",
"ts-jest": "^27.0.5",
"ts-node-dev": "^1.1.8",
"typescript": "^4.4.3"
},
"scripts": {
"test": "jest",
"build": "tsc",
"prepublishOnly": "npm run build",
"dev": "ts-node src/index.ts",
"dev:watch": "ts-node-dev --respawn src/index.ts"
},
"author": "[email protected]",
"license": "MIT",
"dependencies": {
"axios": "^0.21.4",
"base64-url": "^2.3.3",
"ini": "^2.0.0",
"uuid": "^8.3.2"
},
"directories": {
"doc": "docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pokepay/pokepay-partner-node-sdk.git"
},
"bugs": {
"url": "https://github.com/pokepay/pokepay-partner-node-sdk/issues"
},
"homepage": "https://github.com/pokepay/pokepay-partner-node-sdk#readme"
}