-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 939 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
36
{
"name": "netsantral-js",
"version": "1.0.4",
"description": "NetGSM NetSantral API Wrapper for Node.js (TypeScript)",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"format": "prettier --write src",
"lint": "eslint src",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"netsantral",
"netgsm",
"netsantral api"
],
"repository": {
"type": "git",
"url": "https://github.com/bahri-hirfanoglu/netsantral-js"
},
"bugs": {
"url": "https://github.com/bahri-hirfanoglu/netsantral-js/issues"
},
"homepage": "https://github.com/bahri-hirfanoglu/netsantral-js#readme",
"author": "Bahri Hırfanoğlu",
"license": "ISC",
"dependencies": {
"@types/node": "^22.7.7",
"axios": "^1.7.7",
"class-validator": "^0.14.1",
"reflect-metadata": "^0.2.2",
"ts-node": "^10.9.2",
"typescript": "^5.6.3"
}
}