UNPKG

@bonsai-components/utility-types

Version:

useful typescript types

34 lines (33 loc) 1.01 kB
{ "name": "@bonsai-components/utility-types", "version": "0.5.7", "description": "useful typescript types", "license": "(MIT OR Apache-2.0)", "main": "./dist/index.js", "types": "./dist/index.d.ts", "public": true, "scripts": { "build": "cti -b ./src && tsc", "check-types": "tsc --noEmit", "rebuild": "rm -rf node_modules && rm -f package-lock.json && npm install", "prettier-check": "prettier --config package.json --list-different '{,**/}*.{js,ts,json,graphql}'", "prettier-format": "prettier --config package.json --write '{,**/}*.{js,ts,json,graphql}'" }, "peerDependencies": { "react": "^18.2.0", "react-dom": "^18.2.0" }, "author": "Kyle Scully", "keywords": [ "typescript", "utility", "types", "type", "type-safe", "react", "bonsai", "bonsai-components" ], "repository": "https://github.com/zieka/bonsai-components/tree/main/packages/react-global-keys", "gitHead": "5085aafc57944ade6c951982e3ea71321a8dce2c" }