mirror of
https://github.com/nvms/soma3.git
synced 2025-12-13 06:40:52 +00:00
23 lines
568 B
JSON
23 lines
568 B
JSON
{
|
|
"name": "soma3",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"serve": "esr --serve src/demo.ts",
|
|
"build": "esr --build src/index.ts && brotli -f -q 11 public/index.js && brotli -f -q 11 public/index.css",
|
|
"build:watch": "esr --build --watch src/index.ts",
|
|
"run": "esr --run src/index.ts",
|
|
"run:watch": "esr --run --watch src/index.ts",
|
|
"test": "vitest"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"happy-dom": "^15.7.4",
|
|
"vitest": "^2.1.3"
|
|
},
|
|
"dependencies": {
|
|
"path-to-regexp": "6.2.0"
|
|
}
|
|
}
|