checkBios/package.json
nyyu 692b175915
All checks were successful
/ run (push) Successful in 9s
feat: init
2024-06-10 21:02:08 +02:00

22 lines
457 B
JSON

{
"name": "check-bios",
"version": "1.0.0",
"type": "module",
"scripts": {
"build": "tsc",
"lint": "eslint .",
"start": "tsc && node build"
},
"dependencies": {
"node-html-parser": "^6.1.13"
},
"devDependencies": {
"@types/node": "^20.14.2",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"eslint": "^8.57.0",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
}
}