sharechat-setup
Version:
A generic cli to setup mundane node tasks
29 lines (28 loc) • 600 B
JSON
{
"name": "sharechat-setup",
"version": "1.0.4",
"description": "A generic cli to setup mundane node tasks",
"main": "bin/index.js",
"bin": "bin/index.js",
"type": "module",
"scripts": {
"build": "tsc",
"test": "npx ts-node src/index.ts"
},
"keywords": [
"Setup"
],
"author": "Akashdeep Patra",
"license": "ISC",
"devDependencies": {
"@types/fs-extra": "^9.0.13",
"@types/node": "^18.11.13",
"@types/prompt": "^1.1.4",
"typescript": "^4.9.4"
},
"dependencies": {
"chalk": "^5.2.0",
"fs-extra": "^11.1.0",
"prompt": "^1.3.0"
}
}