Files
dotfiles/utils/package.json
2024-11-25 20:59:11 +02:00

36 lines
789 B
JSON

{
"name": "utils",
"private": true,
"version": "0.0.0",
"description": "",
"main": "index.js",
"bin": {
"tx": "tmux/cmd.js",
"home": "home/home.js",
"tblf": "tblf.js"
},
"scripts": {
"tx": "ts-node src/tmux/cmd.ts",
"h": "ts-node src/home/home.ts",
"tblf": "ts-node src/tblf.ts",
"build": "tsc && cp package.json build/",
"ginst": "pnpm build && pnpm i -g utils@file:$(pwd)/build",
"dev": "tsc -w"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@types/node": "^22.9.3",
"cosmiconfig": "^9.0.0",
"massarg": "2.0.1",
"prettier": "^3.3.3",
"ts-node": "^10.9.2",
"typescript": "^5.7.2"
},
"devDependencies": {
"@eslint/js": "^9.15.0",
"typescript-eslint": "^8.15.0"
}
}