gia-ast
Version:
A CLI Wrapping AST Web API calls to servers
52 lines (51 loc) • 1.35 kB
JSON
{
"name": "gia-ast",
"version": "1.0.9",
"description": "A CLI Wrapping AST Web API calls to servers",
"main": "index.js",
"scripts": {
"test": "node gia-ast.js sample.jpg 56",
"prepack": "node prepack.js",
"hum": "git commit gia-ast.js -m version",
"postpublish": "node postpublish.js",
"prepublish": "npm version patch"
},
"bin": {
"gia-ast": "gia-ast.js",
"gia-ast-meta": "gia-ast-meta.js",
"gia-ast-server": "gia-ast-server.js"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/GuillaumeAI/x__etch-a-sketch__210224.git"
},
"keywords": [
"ast",
"astia",
"gia",
"cli"
],
"author": "Guillaume Descoteaux-Isabelle",
"license": "MIT",
"bugs": {
"url": "https://github.com/GuillaumeAI/x__etch-a-sketch__210224/issues"
},
"homepage": "https://github.com/GuillaumeAI/x__etch-a-sketch__210224#readme",
"dependencies": {
"axios": "^0.21.1",
"cheerio": "^1.0.0-rc.12",
"dockerode": "^4.0.2",
"dotenv": "^10.0.0",
"gia-ast-util": "^0.1.8",
"gia-lib-encoding-base64": "^0.1.5",
"http": "^0.0.1-security",
"node-fetch": "^2.6.1",
"request": "^2.88.2",
"safer-buffer": "^2.1.2",
"sharp": "^0.31.1",
"tempfile": "^3.0.0",
"url-exists": "^1.0.3",
"uuid": "^9.0.1",
"yargs": "^16.2.0"
}
}