Aquadash-backend-client/package.json

39 lines
963 B
JSON

{
"name": "aquadash-backend",
"version": "0.1.0",
"description": "OpenAPI client for aquadash-backend",
"author": "OpenAPI-Generator Contributors",
"repository": {
"type": "git",
"url": "https://github.com/GIT_USER_ID/GIT_REPO_ID.git"
},
"keywords": [
"openapi-client",
"openapi-generator"
],
"license": "Unlicense",
"peerDependencies": {
"@angular/core": "^17.1.0",
"rxjs": "^7.4.0"
},
"publishConfig": {
"registry": "https://git.aquapoly.ca/kylebouchard/Aquadash-backend-client"
},
"module": "fesm2022/aquadash-backend.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/aquadash-backend.mjs",
"esm": "./esm2022/aquadash-backend.mjs",
"default": "./fesm2022/aquadash-backend.mjs"
}
},
"sideEffects": false,
"dependencies": {
"tslib": "^2.3.0"
}
}