snort/packages/system-react/package.json
kieran b2b25377cd
Some checks reported errors
continuous-integration/drone/push Build encountered an error
chore: bump pkgs
2024-06-05 14:26:13 +01:00

28 lines
578 B
JSON

{
"name": "@snort/system-react",
"version": "1.3.6",
"description": "React hooks for @snort/system",
"main": "dist/index.js",
"module": "src/index.ts",
"types": "dist/index.d.ts",
"repository": "https://git.v0l.io/Kieran/snort",
"author": "Kieran",
"license": "MIT",
"scripts": {
"build": "rm -rf dist && tsc"
},
"files": [
"src",
"dist"
],
"dependencies": {
"@snort/shared": "^1.0.15",
"@snort/system": "^1.3.6",
"react": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.14",
"typescript": "^5.2.2"
}
}