UNPKG

pasta-cli

Version:

Create your 'React Native' components and screens with single command

31 lines (30 loc) 707 B
{ "name": "pasta-cli", "version": "1.1.8", "description": "Create your 'React Native' components and screens with single command", "main": "index.js", "bin": { "pasta": "./index.js" }, "scripts": { "start": "node index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "pasta", "create your components with a single line", "create components", "create react native components", "create react components" ], "author": "Can Gürel", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/ahmetcangurel/pasta-cli" }, "dependencies": { "nanospinner": "^1.1.0", "yargs": "^17.7.2" } }