-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.09 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.09 KB
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
{
"name": "smartsuite-api-wrapper",
"type": "module",
"version": "1.0.0",
"description": "Types and methods for the SmartSuite API",
"main": "./dist/index.js",
"dependencies": {
"@commander-js/extra-typings": "^13.1.0",
"@types/node": "^22.9.0",
"commander": "^13.1.0",
"config": "^3.3.12",
"dotenv": "^16.4.5"
},
"devDependencies": {
"@types/config": "^3.3.5",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.57.0",
"typescript": "^5.6.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cbility/smartsuite-api-wrapper.git"
},
"keywords": [
"smartsuite",
"api",
"wrapper",
"types"
],
"author": "cbility",
"license": "MIT",
"bugs": {
"url": "https://github.com/cbility/smartsuite-api-wrapper/issues"
},
"homepage": "https://github.com/cbility/smartsuite-api-wrapper#readme",
"bin": {
"smartsuite": "dist/command/index.js"
}
}