forked from boxlite-ai/boxlite
-
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) · 1.25 KB
/
package.json
File metadata and controls
32 lines (32 loc) · 1.25 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
{
"name": "boxlite",
"version": "1.0.0",
"description": "[](https://github.com/boxlite-labs/boxlite/actions/workflows/build-wheels.yml) [](https://github.com/boxlite-labs/boxlite/actions/workflows/lint.yml) [](https://pypi.org/project/boxlite/) [](https://opensource.org/licenses/Apache-2.0)",
"main": "index.js",
"directories": {
"doc": "docs",
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/boxlite-labs/boxlite.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/boxlite-labs/boxlite/issues"
},
"homepage": "https://github.com/boxlite-labs/boxlite#readme",
"dependencies": {
"@boxlite-ai/boxlite": "^0.2.8"
},
"optionalDependencies": {
"@boxlite-ai/boxlite-darwin-arm64": "^0.2.8",
"@boxlite-ai/boxlite-linux-x64-gnu": "^0.2.8"
}
}