[FEATURE] /* Description: */ Also moves all nodejs stuff into `tools` package. Also adds a basic `CONTRIBUTING.md` file. Superseeds https://github.com/Nomi-CEu/Nomi-CEu/pull/431, which was closed as the branch needed to be renamed, due to the last two items on this list. TODO: - [x] Make it only run on master repo. - [x] Remove qb-lang-revamp branch from the events - [x] Allow workflow to run on all branches starting with test_buildscript? /* Commits: */ * Buildscript Changes * Make Contributing Docs a .md file * updateqb.yml v1 * Test QB change * Add lang file to commit file list * Another Test Change * Test with only lang path, + `./` at beginning of path * Test QB change * updateqb.yml v3 * Test QB Change * Add some debug settings * Remove debug, branch input. Switch to auto-commit action * Make activate: branches prefix `test_buildscript`, commit author GHA bot * Add branch prefix note into CONTRIBUTING.md * Make workflow only run if on master repo
52 lines
1.3 KiB
JSON
52 lines
1.3 KiB
JSON
{
|
|
"name": "nomifactory-buildtools",
|
|
"version": "1.2.2",
|
|
"description": "Nomifactory Server Builder.",
|
|
"main": "gulpfile.js",
|
|
"author": "NotMyWing",
|
|
"license": "LGPL-3.0",
|
|
"devDependencies": {
|
|
"@octokit/rest": "^18.3.5",
|
|
"@types/bluebird": "^3.5.33",
|
|
"@types/fancy-log": "^1.3.1",
|
|
"@types/gulp": "^4.0.8",
|
|
"@types/gulp-imagemin": "^7.0.2",
|
|
"@types/gulp-rename": "^2.0.0",
|
|
"@types/gulp-zip": "^4.0.1",
|
|
"@types/md5": "^2.3.2",
|
|
"@types/merge-stream": "^1.1.2",
|
|
"@types/mustache": "^4.1.1",
|
|
"@types/requestretry": "^1.12.7",
|
|
"@types/sha1": "^1.1.2",
|
|
"@types/unzipper": "^0.10.3",
|
|
"@typescript-eslint/eslint-plugin": "^4.18.0",
|
|
"@typescript-eslint/parser": "^4.18.0",
|
|
"bluebird": "^3.7.2",
|
|
"del": "^6.0.0",
|
|
"discord-webhook-node": "^1.1.8",
|
|
"eslint": "^7.22.0",
|
|
"eslint-config-prettier": "^8.1.0",
|
|
"eslint-plugin-prettier": "^3.3.1",
|
|
"fancy-log": "^1.3.3",
|
|
"gulp": "^4.0.2",
|
|
"gulp-imagemin": "^7.1.0",
|
|
"gulp-rename": "^2.0.0",
|
|
"gulp-zip": "^5.1.0",
|
|
"merge-stream": "^2.0.0",
|
|
"mustache": "^4.1.0",
|
|
"png-to-jpeg": "^1.0.1",
|
|
"prettier": "^2.2.1",
|
|
"request": "^2.88.2",
|
|
"requestretry": "^5.0.0",
|
|
"sanitize-filename": "^1.6.3",
|
|
"sha1": "^1.1.1",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^4.8.4",
|
|
"unzipper": "^0.10.11",
|
|
"upath": "^2.0.1"
|
|
},
|
|
"dependencies": {
|
|
"md5": "^2.3.0"
|
|
}
|
|
}
|