This commit is contained in:
cupcakearmy 2020-11-13 14:43:36 +01:00
parent 3b4d3d2036
commit f9f36e7259
No known key found for this signature in database
GPG Key ID: D28129AE5654D9D9

View File

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