dummie-tools
Version:
This is a set of my idea tools
63 lines (62 loc) • 1.53 kB
JSON
{
"name": "dummie-tools",
"version": "1.6.0",
"description": "This is a set of my idea tools",
"publishConfig": {
"access": "public"
},
"main": "dist/index.js",
"types": "./dist/index.d.ts",
"bin": {
"dummie": "./dist/cli.js"
},
"files": [
"dist",
"LICENSE",
"postinstall.js"
],
"scripts": {
"build": "node build.js",
"start": "ts-node src/cli.ts",
"prepublishOnly": "npm run build",
"postinstall": "node postinstall.js",
"test": "echo \"No tests specified\" && exit 0",
"version-status": "node version-helper.js status",
"version-dev": "node version-helper.js dev",
"version-release": "node version-helper.js release",
"dev": "ts-node src/cli.ts"
},
"keywords": [
"cli",
"tools",
"typescript",
"directory-tree",
"file-structure"
],
"author": "Son Doan Nam <sondoannam202@gmail.com>",
"license": "MIT",
"type": "commonjs",
"repository": {
"type": "git",
"url": "https://github.com/sondoannam/dummy-tools.git"
},
"bugs": {
"url": "https://github.com/sondoannam/dummy-tools/issues"
},
"homepage": "https://github.com/sondoannam/dummy-tools#readme",
"engines": {
"node": ">=14.0.0"
},
"dependencies": {
"@vitalets/google-translate-api": "^9.2.1",
"commander": "^14.0.0",
"puppeteer-core": "^24.10.2"
},
"devDependencies": {
"@types/commander": "^2.12.0",
"@types/node": "^22.15.24",
"ts-node": "^10.9.2",
"tsup": "^8.5.0",
"typescript": "^5.8.3"
}
}