mirror of
https://github.com/dzeiocom/dotfiles.git
synced 2025-08-15 06:52:00 +00:00
30
package.json
Normal file
30
package.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"name": "dotfiles",
|
||||
"version": "0.1.0",
|
||||
"main": "build/cli.js",
|
||||
"bin": {
|
||||
"dotfiles": "./build/cli.js"
|
||||
},
|
||||
"license": "MIT",
|
||||
"private": false,
|
||||
"scripts": {
|
||||
"start": "ts-node index.ts",
|
||||
"build": "tsc"
|
||||
},
|
||||
"dependencies": {
|
||||
"clear": "^0.1.0",
|
||||
"cli-color": "^2.0.0",
|
||||
"cli-progress": "^3.3.1",
|
||||
"colors": "^1.4.0",
|
||||
"enquirer": "^2.3.2",
|
||||
"listr": "^0.14.3",
|
||||
"ora": "^4.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/cli-progress": "^3.4.0",
|
||||
"@types/node": "^13.1.1",
|
||||
"ts-node": "^8.5.4",
|
||||
"ts-node-dev": "^1.0.0-pre.44",
|
||||
"typescript": "^3.7.4"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user