@nydelic/toolbox
Version:
A collection of hooks, components, and other helpful tools.
48 lines (47 loc) • 1.33 kB
JSON
{
"name": "@nydelic/toolbox",
"version": "1.2.1",
"description": "A collection of hooks, components, and other helpful tools.",
"main": "dist/index.js",
"scripts": {
"build": "rm -rf dist && npm run tsc",
"dev": "run tsc:watch",
"tsc": "ttsc --p tsconfig.build.json",
"tsc:watch": "npm run ttsc -- --watch",
"test": "react-scripts test",
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
"url": "https://github.com/nydelic/toolbox.git"
},
"keywords": [
"react",
"library",
"webdevelopment",
"hooks-api-react"
],
"author": "Josias Ribi <contact@josias.me> (https://josias.me/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/nydelic/toolbox/issues"
},
"homepage": "https://github.com/nydelic/toolbox#readme",
"devDependencies": {
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"@testing-library/react": "^13.3.0",
"@types/jest": "^28.1.3",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
"@zerollup/ts-transform-paths": "^1.7.18",
"react-dom": "^18.2.0",
"react-scripts": "^5.0.1",
"semantic-release": "^19.0.3",
"ttypescript": "^1.5.13",
"typescript": "^4.7.4"
},
"peerDependencies": {
"react": "^17.0.2 || ^18.0.0"
}
}