create-react-native-library
Version:
CLI to scaffold React Native libraries
68 lines (67 loc) • 1.81 kB
JSON
{
"name": "create-react-native-library",
"version": "0.58.2",
"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://oss.callstack.com/react-native-builder-bob/create",
"main": "lib/index.js",
"bin": "bin/create-react-native-library",
"files": [
"lib",
"templates"
],
"engines": {
"node": "^20.19.0 || ^22.12.0 || >= 23.4.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.6",
"dedent": "^1.7.2",
"ejs": "^5.0.1",
"fs-extra": "^11.3.4",
"get-latest-version": "^6.0.1",
"github-username": "^9.0.0",
"kleur": "^4.1.5",
"ora": "^9.3.0",
"pigment": "^0.4.1",
"validate-npm-package-name": "^7.0.2"
},
"devDependencies": {
"@babel/cli": "^7.28.6",
"@babel/core": "^7.29.0",
"@babel/preset-env": "^7.29.2",
"@babel/preset-typescript": "^7.28.5",
"@commitlint/config-conventional": "^20.5.0",
"@types/cross-spawn": "^6.0.6",
"@types/dedent": "^0.7.2",
"@types/ejs": "^3.1.5",
"@types/fs-extra": "^11.0.4",
"@types/validate-npm-package-name": "^4.0.2"
},
"gitHead": "26b04c9728c3576cf679dddab12db1f95b298ae3"
}