-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 793 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 793 Bytes
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
{
"name": "schedule-server-api-client",
"version": "1.0.0",
"description": "Autogenerated client for consuming API provided by schedule server",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"example": "npx ts-node -T src/example.ts",
"compile": "npx tsc -p tsconfig.json"
},
"author": "",
"license": "ISC",
"type": "commonjs",
"main": "./dist/index.js",
"exports": "./dist/index.js",
"devDependencies": {
"@types/jest": "^29.5.6",
"@types/lodash": "^4.14.200",
"@types/node": "^20.8.8",
"@types/request": "^2.48.11",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
},
"dependencies": {
"axios": "^1.6.2",
"dotenv": "^16.3.1",
"https": "^1.0.0"
}
}