We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92829de commit a84f655Copy full SHA for a84f655
package.json
@@ -11,6 +11,11 @@
11
"files": ["dist/**/*"],
12
"main": "./dist/index.js",
13
"typings": "./dist/index.d.ts",
14
+ "repository": "git+https://github.com/PandaDoc/pandadoc-api-node-client.git",
15
+ "bugs": {
16
+ "url": "https://github.com/PandaDoc/pandadoc-api-node-client/issues"
17
+ },
18
+ "homepage": "https://github.com/PandaDoc/pandadoc-api-node-client#readme",
19
"scripts": {
20
"build": "tsc",
21
"prepare": "npm run build"
0 commit comments