diff --git a/package.json b/package.json index 6003a1d..df169bd 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,12 @@ { "name": "clitastic", - "version": "0.0.1", + "version": "0.1.0", "description": "Interactive CLI utility", - "main": "./lib/index.js", - "types": "./lib/index.d.ts", + "author": { + "email": "hi@nicco.io", + "name": "Niccolo Borgioli", + "url": "https://nicco.io" + }, "repository": { "type": "git", "url": "https://github.com/CupCakeArmy/clitastic" @@ -18,14 +21,17 @@ "interface", "interactive" ], - "author": "Niccolo Borgioli", "license": "MIT", + "main": "./lib/index.js", + "types": "./lib/index.d.ts", + "files": [ + "./lib" + ], "devDependencies": { - "@types/node": "^12", - "ts-node-dev": "^1.0.0-pre", - "typescript": "^3.5" + "@types/node": "^14", + "chalk": "^4.1.0", + "ts-node-dev": "^1", + "typescript": "4.0" }, - "dependencies": { - "colors": "^1.3.3" - } + "dependencies": {} }