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.57.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.3",
"dedent": "^0.7.0",
"ejs": "^3.1.8",
"fs-extra": "^10.1.0",
"get-latest-version": "^5.1.0",
"github-username": "^6.0.0",
"kleur": "^4.1.4",
"ora": "^5.4.1",
"pigment": "^0.3.11",
"validate-npm-package-name": "^4.0.0"
},
"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/validate-npm-package-name": "^3.0.3"
},
"gitHead": "f3868e68e5e1457d762960c697249582a150c52a"
}