You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
767 B
28 lines
767 B
{
|
|
"name": "wasmtime-explorer",
|
|
"version": "1.0.0",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"lint": "eslint",
|
|
"fmt": "prettier --write .",
|
|
"fmt-check": "prettier --check ."
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/bytecodealliance/wasmtime.git#main"
|
|
},
|
|
"author": "The Wasmtime Project Developers",
|
|
"license": "Apache-2.0 WITH LLVM-exception",
|
|
"bugs": {
|
|
"url": "https://github.com/bytecodealliance/wasmtime/issues"
|
|
},
|
|
"homepage": "https://github.com/bytecodealliance/wasmtime/tree/main#readme",
|
|
"description": "",
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.3.0",
|
|
"eslint": "^9.3.0",
|
|
"prettier": "3.2.5"
|
|
},
|
|
"type": "module"
|
|
}
|
|
|