27 lines
530 B
JSON
27 lines
530 B
JSON
{
|
|
"name": "@apihub24/in-memory-repository",
|
|
"version": "1.0.1",
|
|
"description": "",
|
|
"main": "dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"scripts": {
|
|
"build": "tsc"
|
|
},
|
|
"dependencies": {
|
|
"@apihub24/repository": "^1.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.9.2"
|
|
},
|
|
"keywords": [],
|
|
"author": {
|
|
"email": "markusmorgenstern87@outlook.de",
|
|
"name": "Markus Morgenstern",
|
|
"url": "https://git.apihub24.de/"
|
|
},
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|