11 lines
185 B
JSON
11 lines
185 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "node scripts/build-minified.mjs",
|
|
"test": "node --test tests/*.test.js"
|
|
},
|
|
"devDependencies": {
|
|
"esbuild": "^0.28.2"
|
|
}
|
|
}
|