my_wins
Version:
Automates starting and laying out your console windows for tsc, babel, tests, verdaccio, etc...
35 lines (34 loc) • 740 B
JSON
{
"name": "my_wins",
"version": "1.2.3",
"description": "Automates starting and laying out your console windows for tsc, babel, tests, verdaccio, etc...",
"keywords": [
"automation",
"cmd",
"keysender",
"windows",
"autostart",
"autorun"
],
"main": "./index.js",
"bin": {
"my_wins": "bin/index.js"
},
"scripts": {
"start": "node index.js"
},
"author": "Yuri Yaryshev",
"license": "Unlicense",
"dependencies": {
"json5": "^2.1.3",
"@sumbat/keysender": "^2.3.0"
},
"devDependencies": {
"prettier": "^3.6.2"
},
"homepage": "https://github.com/yuyaryshev/my_wins",
"repository": {
"type": "git",
"url": "git+https://github.com/yuyaryshev/my_wins.git"
}
}