minetest_x_bows/package.json

34 lines
906 B
JSON
Raw Normal View History

2022-11-02 23:04:43 -05:00
{
"name": "x_bows",
"version": "1.0.0",
"description": "Adds bow and arrows to Minetest.",
"main": "index.js",
"type": "module",
"directories": {
"doc": "docs"
},
"engines": {
"node": ">=16.0.0",
"npm": ">=8.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
2022-11-03 10:37:33 -05:00
"push:ci": "node ./scripts/deploy",
"lua-diagnostics": "node ./scripts/lls-check"
2022-11-02 23:04:43 -05:00
},
"repository": {
"type": "git",
"url": "git+https://juraj_vajda@bitbucket.org/minetest_gamers/x_bows.git"
},
"author": "SaKeL",
"license": "LGPL-2.1-or-later",
"bugs": {
"url": "https://bitbucket.org/minetest_gamers/x_bows/issues"
},
"homepage": "https://bitbucket.org/minetest_gamers/x_bows#readme",
"devDependencies": {
"node-fetch": "^3.2.10",
"yargs": "^17.6.1"
}
}