Commits on Source (10)
{ | ||
"name": "cyanprint", | ||
"version": "0.13.11", | ||
"version": "0.13.12", | ||
"description": "CyanPrint is a scaffolding CLI for people to create templates or blueprints to scaffold commonly used ", | ||
"main": "dist/cyan.js", | ||
"license": "MIT", | ||
... | ... | @@ -31,10 +31,12 @@ |
"dependencies": { | ||
"@kirinnee/core": "^0.7.0", | ||
"@kirinnee/objex": "^0.0.3", | ||
"@types/delete-empty": "^2.0.0", | ||
"@types/node-fetch": "^2.3.2", | ||
"chalk": "^2.4.1", | ||
"cli-progress": "^2.1.0", | ||
"commander": "^2.19.0", | ||
"delete-empty": "^3.0.0", | ||
"fs-extra": "^7.0.1", | ||
"glob": "^7.1.3", | ||
"graceful-fs": "^4.1.11", | ||
... | ... | @@ -57,7 +59,7 @@ |
"@types/rimraf": "^2.0.2", | ||
"@types/webpack": "^4.4.17", | ||
"chai": "^4.2.0", | ||
"mocha": "^5.2.0", | ||
"mocha": "^7.1.1", | ||
"mocha-junit-reporter": "^1.23.1", | ||
"nyc": "^14.1.1", | ||
"terser-webpack-plugin": "^1.1.0", | ||
... | ... |
This diff is collapsed.