generated from Treblle/sdk-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 915 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
37
38
39
40
41
{
"name": "treblle.js",
"description": "Node.js SDK for treblle",
"version": "1.1.0",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"type": "commonjs",
"scripts": {
"build": "tsc",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TheLearneer/treblle.js.git"
},
"keywords": [
"treblle",
"api",
"monitoring"
],
"author": "Santosh Bhandari",
"license": "MIT",
"bugs": {
"url": "https://github.com/TheLearneer/treblle.js/issues"
},
"homepage": "https://github.com/TheLearneer/treblle.js#readme",
"peerDependencies": {
"express": "^4.18.2",
"koa": "^2.14.2"
},
"devDependencies": {
"@types/express": "^4.17.18",
"@types/koa": "^2.13.9",
"@types/koa-bodyparser": "^4.3.10",
"dotenv": "^16.3.1",
"typescript": "^5.2.2"
},
"engines": {
"node": ">=18"
}
}