@goodhawk/react-spreadsheet-cli
Version:
CLI tool for adding React Spreadsheet components to your project
52 lines (51 loc) • 1.18 kB
JSON
{
"name": "@goodhawk/react-spreadsheet-cli",
"version": "0.1.59",
"description": "CLI tool for adding React Spreadsheet components to your project",
"author": "goodhawk",
"license": "MIT",
"bin": {
"react-spreadsheet-cli": "./bin/cli.js"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist",
"bin"
],
"scripts": {
"dev": "tsup --watch",
"build": "tsup",
"clean": "rimraf dist",
"prepublishOnly": "npm run build"
},
"dependencies": {
"commander": "^11.1.0",
"chalk": "^4.1.2",
"ora": "^5.4.1",
"prompts": "^2.4.2",
"fs-extra": "^11.2.0",
"node-fetch": "^2.7.0",
"execa": "^5.1.1"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.11.5",
"@types/prompts": "^2.4.9",
"tsup": "^8.0.1",
"typescript": "^5.3.3",
"rimraf": "^5.0.5"
},
"keywords": [
"react-spreadsheet",
"cli",
"components",
"ui",
"spreadsheet"
],
"repository": {
"type": "git",
"url": "https://github.com/iddan/react-spreadsheet.git",
"directory": "packages/cli"
}
}