-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 779 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 779 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
31
32
33
34
35
36
37
{
"name": "@apigrate/autotask-restapi",
"version": "2.0.1",
"description": "NodeJS library for the Autotask REST API.",
"main": "index.js",
"scripts": {
"test": "jest index.test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/apigrate/autotask-restapi.git"
},
"keywords": [
"Autotask",
"API",
"Apigrate",
"Datto",
"Kaseya",
"REST"
],
"author": "Derek Gau",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/apigrate/autotask-restapi/issues"
},
"homepage": "https://github.com/apigrate/autotask-restapi#readme",
"dependencies": {
"debug": "^4.3.4"
},
"devDependencies": {
"dotenv": "^8.6.0",
"jest": "^29.7.0"
},
"engines": {
"node": ">=18.0.0"
}
}