unity-puerts-template/package.json

18 lines
321 B
JSON
Raw Normal View History

2025-03-30 12:16:05 +08:00
{
"name": "thoughts",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"build": "rspack build",
2025-03-30 12:49:39 +08:00
"dev": "rspack --watch"
2025-03-30 12:16:05 +08:00
},
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"@rspack/cli": "^1.3.0",
2025-04-01 11:14:24 +08:00
"@rspack/core": "^1.3.0",
"@swc/register": "^0.1.10"
2025-03-30 12:16:05 +08:00
}
}