@rocketflag/node-sdk
Version:
The Node SDK for the RocketFlag service.
37 lines (36 loc) • 937 B
JSON
{
"name": "@rocketflag/node-sdk",
"version": "1.0.0",
"author": "RocketFlag Developers (https://rocketflag.app)",
"main": "index.js",
"scripts": {
"test": "jest",
"build": "tsc -p ./tsconfig.json",
"lint": "eslint . --ext .ts"
},
"keywords": [
"feature",
"flags",
"experiments"
],
"license": "MIT",
"description": "The Node SDK for the RocketFlag service.",
"devDependencies": {
"@jest/globals": "^29.7.0",
"@types/jest": "29.5.14",
"@typescript-eslint/eslint-plugin": "^8.36.0",
"@typescript-eslint/parser": "^8.36.0",
"eslint": "^9.30.1",
"jest": "29.7.0",
"ts-jest": "^29.2.5",
"typescript-eslint": "^8.36.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RocketFlag/node-sdk.git"
},
"bugs": {
"url": "https://github.com/RocketFlag/node-sdk/issues"
},
"homepage": "https://github.com/RocketFlag/node-sdk#readme"
}