40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"name": "@apihub24/in-memory-repository",
|
|
"version": "1.0.0",
|
|
"lockfileVersion": 3,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"name": "@apihub24/in-memory-repository",
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@apihub24/repository": "^1.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.9.2"
|
|
}
|
|
},
|
|
"node_modules/@apihub24/repository": {
|
|
"version": "1.0.2",
|
|
"resolved": "https://registry.npmjs.org/@apihub24/repository/-/repository-1.0.2.tgz",
|
|
"integrity": "sha512-brZkSENCpC1/MJYBSHHeO+8odrKdq/q4U2z7HN5mrAvPl8GNjq0egOCZ22axQKynWuP9yimIIwJxExwp12YBzQ==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/typescript": {
|
|
"version": "5.9.2",
|
|
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.2.tgz",
|
|
"integrity": "sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"bin": {
|
|
"tsc": "bin/tsc",
|
|
"tsserver": "bin/tsserver"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.17"
|
|
}
|
|
}
|
|
}
|
|
}
|