Skip to content

Commit 07c53f8

Browse files
SupportSupport
authored andcommitted
New node.js SDK Generated
1 parent 2f9715f commit 07c53f8

1 file changed

Lines changed: 13 additions & 4 deletions

File tree

package.json

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
{
22
"name": "@clicksend/clicksend-nodejs",
3-
"version": "5.1.5",
3+
"version": "5.1.6",
44
"description": "This is the official [ClickSend](https://clicksend.com) SDK. Documentation can be found [here](https://developers.clicksend.com/docs/rest/v3/?nodejs#introduction).",
55
"main": "api.js",
6+
"types": "api.d.ts",
67
"scripts": {
8+
"build": "tsc api.ts --outDir . --lib es2015 --module commonjs --declaration",
79
"test": "echo \"Error: no test specified\" && exit 1"
810
},
911
"repository": {
@@ -19,7 +21,14 @@
1921
"url": "https://github.com/ClickSend/clicksend-nodejs/issues"
2022
},
2123
"homepage": "https://github.com/ClickSend/clicksend-nodejs#readme",
22-
"publishConfig": {
23-
"registry": "https://npm.pkg.github.com/"
24+
"dependencies": {
25+
"request": "^2.88.2",
26+
"bluebird": "^3.7.2"
27+
},
28+
"devDependencies": {
29+
"typescript": "^5.0.0",
30+
"@types/node": "^20.0.0",
31+
"@types/request": "^2.48.8",
32+
"@types/bluebird": "^3.5.38"
2433
}
25-
}
34+
}

0 commit comments

Comments
 (0)