hsconsole/package.json

25 lines
466 B
JSON
Raw Permalink Normal View History

2023-08-14 17:05:12 +01:00
{
"name": "hsconsole",
2025-01-03 02:16:09 +00:00
"version": "1.1.0",
2023-08-14 17:05:12 +01:00
"description": "",
2023-08-15 09:54:46 +01:00
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
2023-08-14 17:05:12 +01:00
"scripts": {
"updateCheck": "check-outdated",
"build": "tsc --build",
"_clean": "tsc --build --clean"
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"dyetty": "^1.0.1"
},
"devDependencies": {
2025-01-03 02:15:47 +00:00
"@types/node": "^22.10.4",
2023-08-14 17:05:12 +01:00
"check-outdated": "^2.12.0",
2025-01-03 02:15:47 +00:00
"ts-node": "^10.9.2",
"typescript": "^5.7.2"
2023-08-14 17:05:12 +01:00
}
}