mirror of
https://github.com/kc4x4sar/d4h-typescript.git
synced 2026-07-12 17:21:05 -07:00
16 lines
246 B
JSON
16 lines
246 B
JSON
{
|
|
"name": "d4h-typescript",
|
|
"version": "1.0.0",
|
|
"main": "./built/index.js",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "npx tsc"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^4.8.4"
|
|
},
|
|
"dependencies": {
|
|
}
|
|
}
|