no-migration
Version:
CLI tool to manage migration changes and user changes separately for React Native miniapp projects
59 lines (58 loc) • 1.32 kB
JSON
{
"name": "no-migration",
"version": "1.4.1",
"description": "CLI tool to manage migration changes and user changes separately for React Native miniapp projects",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
"nono-migration": "./dist/cli.js",
"nono": "./dist/cli.js"
},
"files": [
"dist",
"README.md",
"LICENSE",
"CHANGELOG.md"
],
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"prepare": "npm run build",
"prepublishOnly": "npm run build",
"publishPatch": "npm run build && npm version patch && npm publish"
},
"keywords": [
"migration",
"git",
"momo",
"react-native",
"miniapp",
"cli",
"commit",
"version-control"
],
"author": "",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/yourusername/nono-migration.git"
},
"bugs": {
"url": "https://github.com/yourusername/nono-migration/issues"
},
"homepage": "https://github.com/yourusername/nono-migration#readme",
"dependencies": {
"commander": "^11.1.0",
"chalk": "^4.1.2",
"simple-git": "^3.22.0",
"diff": "^5.1.0"
},
"devDependencies": {
"@types/node": "^20.10.6",
"@types/diff": "^5.0.9",
"typescript": "^5.3.3"
},
"engines": {
"node": ">=14.0.0"
}
}