mirror of
https://github.com/cupcakearmy/clitastic.git
synced 2024-12-21 23:46:24 +00:00
v0.1.0
This commit is contained in:
parent
3b4d3d2036
commit
f9f36e7259
26
package.json
26
package.json
@ -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"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user