{ "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" } }