@scaffold-ai/react-service-provider
Version:
React context-based service provider for dependency injection.
62 lines (61 loc) • 1.77 kB
JSON
{
"name": "@scaffold-ai/react-service-provider",
"version": "1.0.3",
"type": "module",
"description": "React context-based service provider for dependency injection.",
"repository": {
"type": "git",
"url": "git+https://github.com/Scaffold-AI/react-service-provider.git"
},
"author": "Austin Betts",
"license": "MIT",
"keywords": [
"react",
"context",
"service",
"provider",
"dependency-injection"
],
"files": [
"dist"
],
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
"types": "dist/index.d.ts",
"scripts": {
"prettier": "prettier --check .",
"prettier:fix": "prettier --write .",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"format": "npm run prettier:fix && npm run lint:fix",
"checkstyle": "npm run prettier && npm run lint",
"clean": "rimraf -rf .nyc_output coverage dist",
"build": "tsc -p tsconfig.build.json && vite build",
"test": "npm run clean && nyc --reporter=lcov --reporter=text cypress run --component"
},
"peerDependencies": {
"react": ">=18.0.0 <20.0.0",
"react-dom": ">=18.0.0 <20.0.0"
},
"devDependencies": {
"@cypress/code-coverage": "^3.14.5",
"@cypress/react": "^9.0.1",
"@eslint/js": "^9.33.0",
"@types/react": "^19.1.10",
"@types/react-dom": "^19.1.7",
"@vitejs/plugin-react": "^5.0.0",
"cypress": "^14.5.4",
"eslint": "^9.33.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.3.0",
"nyc": "^17.1.0",
"prettier": "^3.6.2",
"rimraf": "^6.0.1",
"typescript": "~5.8.3",
"typescript-eslint": "^8.39.1",
"vite": "^6.0.0",
"vite-plugin-dts": "^4.5.4",
"vite-plugin-istanbul": "^7.1.0"
}
}