24 lines
466 B
JSON
24 lines
466 B
JSON
{
|
|
"name": "hsconsole",
|
|
"version": "1.1.0",
|
|
"description": "",
|
|
"main": "./lib/index.js",
|
|
"types": "./lib/index.d.ts",
|
|
"scripts": {
|
|
"updateCheck": "check-outdated",
|
|
"build": "tsc --build",
|
|
"_clean": "tsc --build --clean"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"dyetty": "^1.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.10.4",
|
|
"check-outdated": "^2.12.0",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^5.7.2"
|
|
}
|
|
}
|