Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
bytecodealliance
GitHub Repository: bytecodealliance/wasmtime
Path: blob/main/crates/explorer/package.json
1690 views
1
{
2
"name": "wasmtime-explorer",
3
"version": "1.0.0",
4
"main": "src/index.js",
5
"scripts": {
6
"test": "echo \"Error: no test specified\" && exit 1",
7
"lint": "eslint",
8
"fmt": "prettier --write .",
9
"fmt-check": "prettier --check ."
10
},
11
"repository": {
12
"type": "git",
13
"url": "git+https://github.com/bytecodealliance/wasmtime.git#main"
14
},
15
"author": "The Wasmtime Project Developers",
16
"license": "Apache-2.0 WITH LLVM-exception",
17
"bugs": {
18
"url": "https://github.com/bytecodealliance/wasmtime/issues"
19
},
20
"homepage": "https://github.com/bytecodealliance/wasmtime/tree/main#readme",
21
"description": "",
22
"devDependencies": {
23
"@eslint/js": "^9.3.0",
24
"eslint": "^9.3.0",
25
"globals": "^15.3.0",
26
"prettier": "3.2.5"
27
},
28
"type": "module"
29
}
30
31