UNPKG

whimsical-react-native

Version:

Whimsical Components for React Native

38 lines (37 loc) 1.07 kB
{ "name": "whimsical-react-native", "version": "0.0.1", "description": "Whimsical Components for React Native", "keywords": ["react", "native", "whim", "whimsical", "components"], "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "test": "jest --config jestconfig.json", "build": "tsc", "format": "prettier --write \"src/**/*.ts\" \"src/**/*.ts\"", "lint": "tslint -p tsconfig.json", "prepublishOnly": "yarn test && yarn lint", "prepare": "yarn build", "preversion": "yarn test && yarn lint", "version": "yarn test && yarn format && git add -A src", "postversion" : "git push && git push --tags" }, "repository": { "type": "git", "url": "git+https://github.com/take2mfg/whimsical.git" }, "files": [ "lib/**/*" ], "author": "Ty Barho", "license": "MIT", "devDependencies": { "@types/jest": "^27.5.0", "jest": "^28.0.3", "prettier": "^2.6.2", "ts-jest": "^28.0.1", "tslint": "^6.1.3", "tslint-config-prettier": "^1.18.0", "typescript": "^4.6.4" } }