44 lines
1.2 KiB
JSON
44 lines
1.2 KiB
JSON
{
|
|
"name": "@openfeature/angular-sdk",
|
|
"version": "0.0.16",
|
|
"description": "OpenFeature Angular SDK",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/open-feature/js-sdk.git"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/open-feature/js-sdk/issues"
|
|
},
|
|
"homepage": "https://github.com/open-feature/js-sdk#readme",
|
|
"scripts": {
|
|
"current-published-version": "npm show $npm_package_name@$npm_package_version version",
|
|
"current-version": "echo $npm_package_version",
|
|
"prepack": "shx cp ./../../../../LICENSE ./LICENSE"
|
|
},
|
|
"peerDependencies": {
|
|
"@angular/common": "^16.2.12 || ^17.3.0 || ^18.0.0 || ^19.0.0 || ^20.0.0",
|
|
"@angular/core": "^16.2.12 || ^17.3.0 || ^18.0.0 || ^19.0.0 || ^20.0.0",
|
|
"@openfeature/web-sdk": "^1.4.1"
|
|
},
|
|
"dependencies": {
|
|
"tslib": "^2.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@openfeature/core": "^1.8.1",
|
|
"@openfeature/web-sdk": "^1.5.0",
|
|
"@angular/common": "^20.1.2",
|
|
"@angular/core": "^20.1.2"
|
|
},
|
|
"sideEffects": false,
|
|
"keywords": [
|
|
"openfeature",
|
|
"feature",
|
|
"flags",
|
|
"toggles",
|
|
"browser",
|
|
"web",
|
|
"angular"
|
|
]
|
|
}
|