19 lines
383 B
JSON
19 lines
383 B
JSON
{
|
|
"name": "website",
|
|
"private": true,
|
|
"packageManager": "pnpm@8.6.12",
|
|
"type": "module",
|
|
"main": "build/node/index.js",
|
|
"scripts": {
|
|
"prepare": "tsc",
|
|
"build": "node build/node/cli.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"dependencies": {
|
|
"antihtml": "^0.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.10.7",
|
|
"typescript": "^5.7.3"
|
|
}
|
|
}
|