react-helpers/package.json

51 lines
1.4 KiB
JSON

{
"name": "@bithero/react-helpers",
"version": "1.1.2",
"author": "mai-lapyst",
"license": "AGPL-3.0-or-later",
"description": "React helpers",
"keywords": [
"front-end",
"react",
"react-helpers",
"ecosystem-react"
],
"repository": {
"type": "git",
"url": "https://codeark.it/bithero-agency-js/react-helpers.git"
},
"bugs": {
"url": "https://codeark.it/bithero-agency-js/react-helpers/issues"
},
"homepage": "https://codeark.it/bithero-agency-js/react-helpers",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist"
],
"scripts": {
"test": "ts-node node_modules/jasmine/bin/jasmine --config=jasmine.json",
"coverage": "nyc -r text -e .ts -x \"tests/*\" npm run test",
"build": "tsc",
"watch": "tsc -w",
"prepublish": "tsc"
},
"dependencies": {},
"devDependencies": {
"@testing-library/react": "^13.3.0",
"@types/jasmine": "^4.0.3",
"@types/react": ">=18.0.15",
"jasmine": "^4.2.1",
"nyc": "^15.1.0",
"react": ">=18.2.0",
"react-dom": ">=18.2.0",
"ts-node": "^10.9.1",
"typescript": "^4.7.4"
},
"peerDependencies": {
"@types/react": ">=18.0.15",
"react": ">=18.2.0",
"react-dom": ">=18.2.0"
}
}