18 lines
321 B
JSON
18 lines
321 B
JSON
{
|
|
"name": "thoughts",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "rspack build",
|
|
"dev": "rspack --watch"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"devDependencies": {
|
|
"@rspack/cli": "^1.3.0",
|
|
"@rspack/core": "^1.3.0",
|
|
"@swc/register": "^0.1.10"
|
|
}
|
|
}
|