mindustryio/package.json

20 lines
472 B
JSON
Raw Permalink Normal View History

2021-02-06 23:41:19 +00:00
{
2021-11-18 00:28:06 +00:00
"name": "mindustryio",
"version": "0.1.0",
"description": "tools for interacting with mindustry",
"main": "index.js",
"scripts": {
"test": "node ./test/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sample-text-here/mindustryio.git"
},
"author": "tezlm",
"license": "ISC",
"bugs": {
"url": "https://github.com/sample-text-here/mindustryio/issues"
},
"homepage": "https://github.com/sample-text-here/mindustryio#readme"
2021-02-06 23:41:19 +00:00
}