UNPKG

@gocodingnow/rn-native-base-boilerplate

Version:
47 lines (46 loc) 1.21 kB
{ "name": "@gocodingnow/rn-native-base-boilerplate", "version": "0.0.8", "description": "React Native + Native Base Boilerplate", "author": "I Le - Kevin <ild.freelancer@gmail.com>", "repository": { "type": "git", "url": "git+https://github.com/ildfreelancer/rn-native-base-boilerplate.git" }, "bugs": { "url": "https://github.com/ildfreelancer/rn-native-base-boilerplate/issues" }, "main": "post-init-script.js", "license": "MIT", "files": [ "template", "template.config.js" ], "keywords": [ "starter-kit", "gocodingnow", "react-native", "typescript", "jest", "template", "boilerplate" ], "homepage": "https://github.com/ildfreelancer/rn-native-base-boilerplate#readme", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "devDependencies": { "@commitlint/cli": "^17.0.3", "@commitlint/config-conventional": "^17.0.3", "@commitlint/cz-commitlint": "^17.0.3", "@commitlint/prompt-cli": "^17.0.3", "commitizen": "^4.2.5", "cz-conventional-changelog": "^3.3.0", "husky": "^8.0.1" }, "config": { "commitizen": { "path": "@commitlint/cz-commitlint" } } }