mirror of
https://github.com/kc4x4sar/d4h-typescript.git
synced 2026-07-12 17:21:05 -07:00
Added test project.
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "d4h-typescript",
|
||||
"version": "1.0.0",
|
||||
"main": "./built/index.js",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"build": "npx tsc"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "^4.8.4"
|
||||
},
|
||||
"dependencies": {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user