mirror of
https://github.com/kc4x4sar/d4h-typescript.git
synced 2026-07-12 17:21:05 -07:00
27 lines
732 B
JSON
27 lines
732 B
JSON
{
|
|
"name": "d4h-typescript",
|
|
"version": "1.0.0",
|
|
"main": "./built/index.js",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"launch": "npm run build && node .",
|
|
"build": "npm run lint && npx tsc",
|
|
"build-submodules": "cd ./submodules/d4h-typescript/lib && npm run build",
|
|
"clean": "npx tsc --build --clean",
|
|
"lint": "eslint --ext .ts,.d.ts ./src"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^4.8.4",
|
|
"@typescript-eslint/eslint-plugin": "^5.55.0",
|
|
"@typescript-eslint/parser": "^5.55.0",
|
|
"@types/tough-cookie": "^4.0.5",
|
|
"axios": "^1.6.7",
|
|
"axios-cookiejar-support": "^5.0.0",
|
|
"eslint": "^8.36.0",
|
|
"node-html-parser": "^6.1.12",
|
|
"tough-cookie": "^4.1.3"
|
|
},
|
|
"dependencies": {
|
|
}
|
|
}
|