soma3/package.json
2024-10-20 16:29:39 -04:00

23 lines
497 B
JSON

{
"name": "soma3",
"version": "0.0.1",
"scripts": {
"serve": "esr --serve src/demo.ts",
"build": "esr --build src/index.ts",
"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"
}
}