29 lines
1.1 KiB
JSON
29 lines
1.1 KiB
JSON
{
|
|
"name": "smart-wasm-json",
|
|
"version": "1.0.0",
|
|
"description": "智能 JSON-WASM 接口测试平台",
|
|
"main": "public/app.js",
|
|
"scripts": {
|
|
"build": "powershell -ExecutionPolicy Bypass -File scripts/build.ps1",
|
|
"build-serve": "powershell -ExecutionPolicy Bypass -File scripts/build.ps1 -Serve",
|
|
"serve": "powershell -ExecutionPolicy Bypass -File scripts/serve.ps1",
|
|
"clean": "powershell -ExecutionPolicy Bypass -Command \"Remove-Item -Path 'build', 'public/wasm' -Recurse -Force -ErrorAction SilentlyContinue\"",
|
|
"test": "powershell -ExecutionPolicy Bypass -File scripts/build.ps1 -Test",
|
|
"test:wasm": "node scripts/run_wasm_tests.js",
|
|
"test:wasm:build": "powershell -ExecutionPolicy Bypass -File scripts/build.ps1 && node scripts/run_wasm_tests.js"
|
|
},
|
|
"keywords": [
|
|
"webassembly",
|
|
"wasm",
|
|
"json",
|
|
"api",
|
|
"smart",
|
|
"emscripten"
|
|
],
|
|
"author": "Your Name",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"http-server": "^14.1.1"
|
|
}
|
|
}
|