cdbrelease/package.json
Aaron Suen 8362e41b0e Metadata editing, releasing via the API
Left to do:
- test out including commit hash, when ruben
  finishes implementing this in the API.
- screenshot reconciliation.
2021-02-27 11:20:52 -05:00

18 lines
417 B
JSON

{
"name": "cdbrelease",
"version": "1.0.0",
"description": "release to minetest contentdb from the command line",
"main": "index.js",
"author": "Aaron Suen <warr1024@gmail.com>",
"license": "ISC",
"dependencies": {
"archiver": "^5.2.0",
"cheerio": "^1.0.0-rc.2",
"fs-extra": "^7.0.1",
"glob": "^7.1.6",
"minimist": "^1.2.0",
"needle": "^2.2.4",
"tmp-promise": "^1.0.5"
}
}