generated from bastian/boilerplate
Initial commit
This commit is contained in:
23
packages/api-client/package.json
Normal file
23
packages/api-client/package.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "@boilerplate/api-client",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"main": "dist/public-api.js",
|
||||
"types": "dist/public-api.d.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./src/public-api.ts",
|
||||
"default": "./src/public-api.ts"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tsc -p tsconfig.json",
|
||||
"typecheck": "tsc -p tsconfig.json --noEmit"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@angular/common": "22.0.6",
|
||||
"@angular/core": "22.0.6",
|
||||
"rxjs": "7.8.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user