ts_lib_test/package.json

21 lines
386 B
JSON

{
"name": "ts_lib_test",
"version": "1.0.0",
"description": "",
"main": "index.ts",
"scripts": {
"test": "tsc && node lib/index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"oak-domain": "^5.1.7",
"oak-general-business": "^5.5.4",
"tslib": "^2.8.0",
"typescript": "^5.6.3"
},
"devDependencies": {
"@types/node": "^22.8.1"
}
}