Files
borrow-system/shared/package.json
2025-12-05 15:13:29 +01:00

18 lines
349 B
JSON

{
"name": "@borrow-system/shared",
"version": "1.0.0",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"typescript": "^5.9.3"
}
}