-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.08 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.08 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
41
42
{
"name": "cloudnode-ts",
"version": "0.0.0-dev",
"description": "A client library for the Cloudnode API, written in TypeScript. [Documentation](https://github.com/cloudnode-pro/ts-client#documentation)",
"main": "src/Cloudnode.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"generate": "./scripts/generate.sh",
"readme": "node ./gen/readme.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cloudnode-pro/ts-client.git"
},
"keywords": [
"cloudnode",
"api",
"client",
"library"
],
"author": "Cloudnode",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/cloudnode-pro/ts-client/issues"
},
"homepage": "https://github.com/cloudnode-pro/ts-client#readme",
"devDependencies": {
"@types/mustache": "^4.2.1",
"@types/node": "^20.6.0",
"listr-inquirer": "^0.1.0",
"listr2": "^6.6.1",
"mustache": "^4.2.0",
"terser": "^5.15.1",
"typescript": "^5.0.2"
},
"engines": {
"node": ">=18.15.0",
"npm": ">=9.6.4"
}
}