Files
homebox-custom-viewer/package.json
innocuous-labs fa2f81dd25 Initial commit
2026-02-13 16:00:09 +00:00

22 lines
434 B
JSON

{
"name": "@inncs/vanilla-typescript-template",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"typescript": "^5.9.3"
},
"devDependencies": {
"@types/node": "^25.2.3"
}
}