-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
33 lines (33 loc) · 903 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
{
"name": "@segment/public-api-sdk-typescript",
"description": "NodeJS client for @segment/public-api-sdk-typescript",
"repository": {
"type": "git",
"url": "https://github.com/segmentio/public-api-sdk-typescript.git"
},
"main": "dist/api.js",
"types": "dist/api.d.ts",
"scripts": {
"clean": "rm -Rf node_modules/ *.js",
"build": "tsc",
"test": "jest"
},
"license": "MIT",
"dependencies": {
"bluebird": "^3.5.0",
"uuid": "^8.3.2",
"request": "^2.88.2"
},
"version": "57.2.0-b10559",
"devDependencies": {
"@types/bluebird": "^3.5.33",
"@types/jest": "^29",
"@types/node": "^12",
"@types/request": "^2.48.8",
"typescript": "^4.0",
"prettier": "2.4.0",
"jest": "^29",
"ts-jest": "^29",
"@types/uuid": "^8.3.0"
}
}