-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 820 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 820 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
{
"name": "@optro/api-client",
"description": "Provides access to the Optro API, it's Power-ups and License Client for Power-ups.",
"homepage": "https://github.com/optro-cloud/optro-api-client",
"repository": {
"type": "git",
"url": "https://github.com/optro-cloud/optro-api-client.git"
},
"website": "https://www.optro.cloud",
"version": "1.0.6",
"license": "MIT",
"scripts": {
"build": "tsc"
},
"main": "dist/index.js",
"module": "src/index.ts",
"files": ["dist"],
"types": "dist/index.d.ts",
"dependencies": {
"ms": "^2.1.3",
"object-hash": "^2.1.1"
},
"devDependencies": {
"@types/node": "^14.14.20",
"@types/ms": "^0.7.31",
"@types/object-hash": "^1.3.4",
"typescript": "^4.1.3"
},
"optionalDependencies": {
"node-fetch": "^2.6.7"
}
}