UNPKG

myfflags-sdk

Version:
49 lines 1.17 kB
{ "name": "myfflags-sdk", "version": "1.0.0", "description": "SDK cliente para o SaaS de My F* Flags", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "rollup -c", "dev": "rollup -c -w", "test": "jest", "lint": "eslint src --ext .ts", "type-check": "tsc --noEmit" }, "dependencies": { "crypto-js": "^4.2.0" }, "devDependencies": { "@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-typescript": "^11.1.5", "@types/crypto-js": "^4.2.1", "@types/jest": "^29.5.8", "@types/node": "^20.10.5", "@typescript-eslint/eslint-plugin": "^6.16.0", "@typescript-eslint/parser": "^6.16.0", "eslint": "^8.56.0", "jest": "^29.7.0", "rollup": "^4.7.0", "ts-jest": "^29.1.1", "typescript": "^5.3.3" }, "keywords": [ "feature-flags", "sdk", "client", "rollout", "targeting" ], "author": "My F* Flags SaaS", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/your-org/feature-flags-saas" } }