UNPKG

react-miami-stickers

Version:

Interactive CLI tool for gathering user information for Miami stickers

58 lines (57 loc) 1.32 kB
{ "name": "react-miami-stickers", "version": "1.1.0", "description": "Interactive CLI tool for gathering user information for Miami stickers", "main": "dist/bin/index.js", "bin": { "react-miami-stickers": "./dist/bin/index.js" }, "type": "module", "scripts": { "build": "tsc", "start": "node dist/bin/index.js", "start:admin": "node dist/bin/index.js --admin", "prepare": "npm run build", "prepublishOnly": "npm run build" }, "files": [ "dist", "README.md" ], "keywords": [ "cli", "miami", "stickers", "interactive", "react", "registration", "waitlist" ], "author": "", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/yourusername/react-miami-stickers.git" }, "bugs": { "url": "https://github.com/yourusername/react-miami-stickers/issues" }, "homepage": "https://github.com/yourusername/react-miami-stickers#readme", "engines": { "node": ">=14.0.0" }, "dependencies": { "chalk": "^5.3.0", "inquirer": "^9.2.12", "ora": "^7.0.1", "figlet": "^1.7.0", "axios": "^1.6.2", "conf": "^12.0.0" }, "devDependencies": { "@types/figlet": "^1.5.8", "@types/inquirer": "^9.0.7", "@types/node": "^20.10.0", "typescript": "^5.3.2" } }