unity-puerts-template/package.json

17 lines
285 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",
"dev": "rspack dev"
},
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"@rspack/cli": "^1.3.0",
"@rspack/core": "^1.3.0"
}
}