Files
d4h-typescript/test/package.json
T
2023-03-12 13:10:18 -07:00

17 lines
314 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": {
"typescript": "^4.8.4"
},
"dependencies": {
"d4h-typescript": "file:../lib"
}
}