mirror of
https://github.com/kc4x4sar/d4h-typescript.git
synced 2026-07-12 17:21:05 -07:00
19 lines
370 B
JSON
19 lines
370 B
JSON
{
|
|
"name": "d4h-typescript-test",
|
|
"version": "1.0.0",
|
|
"main": "./built/index.js",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "npx tsc",
|
|
"launch": "npm run build && node ./built"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^18.15.0",
|
|
"typescript": "^4.8.4"
|
|
},
|
|
"dependencies": {
|
|
"d4h-typescript": "file:../lib",
|
|
"dotenv": "^16.0.3"
|
|
}
|
|
}
|