使用tinypng开设tinify2接口
Showing
... | ... | @@ -4,8 +4,6 @@ |
"main": "dist/index.js", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@types/fs-extra": "^9.0.2", | ||
"@types/restify": "^8.4.2", | ||
"eureka-client-ts": "^0.2.10", | ||
"fs-extra": "^8.1.0", | ||
"imagemin": "^7.0.1", | ||
... | ... | @@ -22,6 +20,9 @@ |
"start": "node dist/index.js" | ||
}, | ||
"devDependencies": { | ||
"rollup-plugin-progress": "^1.1.1" | ||
"@types/fs-extra": "^9.0.2", | ||
"@types/restify": "^8.4.2", | ||
"rollup-plugin-progress": "^1.1.1", | ||
"typescript": "^4.4.4" | ||
} | ||
} |
Please register or sign in to comment