-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 888 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 888 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
38
39
40
{
"name": "@corejslib/api",
"version": "2.10.60",
"description": "API",
"keywords": [
"softvisio",
"api"
],
"homepage": "https://corejslib.github.io/api/",
"bugs": {
"url": "https://github.com/corejslib/api/issues",
"email": "root <root@softvisio.net>"
},
"repository": {
"type": "git",
"url": "git+https://github.com/corejslib/api.git"
},
"license": "ISC",
"author": "root <root@softvisio.net>",
"type": "module",
"imports": {
"#core/*": "@corejslib/core/*",
"#lib/*": "./lib/*.js"
},
"exports": {
"./*": "./lib/*.js"
},
"files": [
"/bin",
"/lib",
"/resources",
"/src"
],
"dependencies": {
"random-location": "^1.1.3"
},
"peerDependencies": {
"@corejslib/core": "^7.0.0"
}
}