-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
35 lines (35 loc) · 883 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
{
"name": "pandadoc-node-client",
"version": "6.2.0",
"description": "The Official PandaDoc Node client SDK",
"author": "PandaDoc",
"keywords": [
"PandaDoc",
"SDK"
],
"license": "MIT",
"files": ["dist/**/*"],
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"repository": "git+https://github.com/PandaDoc/pandadoc-api-node-client.git",
"bugs": {
"url": "https://github.com/PandaDoc/pandadoc-api-node-client/issues"
},
"homepage": "https://github.com/PandaDoc/pandadoc-api-node-client#readme",
"scripts": {
"build": "tsc",
"prepare": "npm run build"
},
"dependencies": {
"node-fetch": "^2.6.0",
"@types/node-fetch": "^2.5.7",
"@types/node": "*",
"form-data": "^2.5.0",
"btoa": "^1.2.1",
"es6-promise": "^4.2.4",
"url-parse": "^1.4.3"
},
"devDependencies": {
"typescript": "^4.0"
}
}