create-react-native-library
Version:
CLI to scaffold React Native libraries
70 lines (69 loc) • 1.84 kB
JSON
{
"name": "create-react-native-library",
"version": "0.48.9",
"description": "CLI to scaffold React Native libraries",
"keywords": [
"react-native",
"library",
"module",
"view",
"component",
"ios",
"android",
"web",
"expo"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/callstack/react-native-builder-bob.git",
"directory": "packages/create-react-native-library"
},
"bugs": {
"url": "https://github.com/callstack/react-native-builder-bob/issues"
},
"homepage": "https://callstack.github.io/react-native-builder-bob/create",
"main": "lib/index.js",
"bin": "bin/create-react-native-library",
"files": [
"lib",
"templates"
],
"engines": {
"node": ">= 20.0.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"scripts": {
"prepare": "babel --extensions .ts,.tsx src --out-dir lib --ignore '**/__tests__/**' --source-maps --delete-dir-on-start"
},
"dependencies": {
"cross-spawn": "^7.0.3",
"dedent": "^0.7.0",
"ejs": "^3.1.8",
"fs-extra": "^10.1.0",
"github-username": "^6.0.0",
"kleur": "^4.1.4",
"ora": "^5.4.1",
"prompts": "^2.4.2",
"validate-npm-package-name": "^4.0.0",
"yargs": "^17.5.1"
},
"devDependencies": {
"@babel/cli": "^7.24.8",
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.2",
"@babel/preset-typescript": "^7.24.7",
"@commitlint/config-conventional": "^17.0.2",
"@types/cross-spawn": "^6.0.2",
"@types/dedent": "^0.7.0",
"@types/ejs": "^3.1.1",
"@types/fs-extra": "^9.0.13",
"@types/prompts": "^2.0.14",
"@types/validate-npm-package-name": "^3.0.3",
"@types/yargs": "^17.0.10"
},
"gitHead": "7258052d9dc0fdf176d0b7c5ea8647a5444919d1"
}