mirror of https://github.com/open-feature/cli.git
24 lines
464 B
JSON
24 lines
464 B
JSON
{
|
|
"name": "nodejs-integration",
|
|
"version": "1.0.0",
|
|
"description": "Integration test for OpenFeature CLI Node.js generator",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "tsx test.ts"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@openfeature/server-sdk": "^1.18.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.19.0",
|
|
"tsx": "^4.0.0",
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=22"
|
|
}
|
|
}
|