UNPKG

yu-gstatic

Version:

Cli for Yu Static Site Hosting Service - GStatic

39 lines (38 loc) 836 B
{ "name": "yu-gstatic", "version": "1.1.3", "description": "Cli for Yu Static Site Hosting Service - GStatic", "main": "built/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc" }, "bin": { "gstatic": "built/index.js" }, "keywords": [ "cli", "static", "free", "website", "yu" ], "author": "devansh42", "license": "ISC", "dependencies": { "@types/express": "^4.17.6", "@types/form-data": "^2.5.0", "@types/node": "^13.13.2", "@types/node-fetch": "^2.5.7", "@types/prompts": "^2.0.6", "@types/tar": "^4.0.3", "chalk": "^4.0.0", "commander": "^5.0.0", "express": "^4.17.1", "form-data": "^3.0.0", "mocha": "^7.1.1", "node-fetch": "^2.6.0", "prompts": "^2.3.2", "tar": "^6.0.1" } }