89 lines
2.4 KiB
JSON
89 lines
2.4 KiB
JSON
{
|
|
"name": "nomi-ceu-build-tools",
|
|
"version": "2.0.0",
|
|
"description": "Nomifactory CEu Buildscript and Tools.",
|
|
"main": "gulpfile.js",
|
|
"author": "Nomi-CEu Team",
|
|
"license": "LGPL-3.0",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"gulp": "node --import ./tsNodeESMRegister.mjs node_modules/gulp/bin/gulp.js",
|
|
"check": "tsc --pretty"
|
|
},
|
|
"imports": {
|
|
"#types/*": "./types/*",
|
|
"#utils/*": "./utils/*",
|
|
"#tasks/*": "./tasks/*",
|
|
"#globals": "./globals.ts",
|
|
"#buildConfig": "./buildConfig.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@actions/core": "^1.10.1",
|
|
"@inquirer/confirm": "^3.1.6",
|
|
"@inquirer/prompts": "^5.0.2",
|
|
"@octokit/plugin-retry": "^7.1.1",
|
|
"@octokit/plugin-throttling": "^9.3.1",
|
|
"@octokit/rest": "^21.0.1",
|
|
"@types/diff-match-patch": "^1.0.36",
|
|
"@types/fake-diff": "^1.0.3",
|
|
"@types/fancy-log": "^2.0.2",
|
|
"@types/gulp": "^4.0.17",
|
|
"@types/gulp-filter": "^3.0.39",
|
|
"@types/gulp-rename": "^2.0.6",
|
|
"@types/gulp-zip": "^4.0.4",
|
|
"@types/inquirer": "^9.0.7",
|
|
"@types/lodash": "^4.17.1",
|
|
"@types/md5": "^2.3.5",
|
|
"@types/merge-stream": "^1.1.5",
|
|
"@types/mustache": "^4.2.5",
|
|
"@types/picomatch": "^2.3.3",
|
|
"@types/sha1": "^1.1.5",
|
|
"@types/through2": "^2.0.41",
|
|
"@types/unzipper": "^0.10.9",
|
|
"@typescript-eslint/eslint-plugin": "^7.8.0",
|
|
"@typescript-eslint/parser": "^7.8.0",
|
|
"axios": "^1.6.8",
|
|
"axios-retry": "^4.1.0",
|
|
"case-switcher-js": "^1.1.10",
|
|
"colors": "^1.4.0",
|
|
"dedent-js": "^1.0.1",
|
|
"del": "^7.1.0",
|
|
"diff-match-patch": "^1.0.5",
|
|
"discord-webhook-node": "^1.1.8",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-prettier": "^5.1.3",
|
|
"fake-diff": "^1.0.0",
|
|
"fancy-log": "^2.0.0",
|
|
"filesize": "^10.1.1",
|
|
"gray-matter": "^4.0.3",
|
|
"gulp": "^5.0.0",
|
|
"gulp-rename": "^2.0.0",
|
|
"gulp-zip": "^6.0.0",
|
|
"inquirer": "^9.2.20",
|
|
"javascript-stringify": "^2.1.0",
|
|
"just-diff": "^6.0.2",
|
|
"just-remove": "^3.2.0",
|
|
"lodash": "^4.17.21",
|
|
"marked": "^12.0.2",
|
|
"md5": "^2.3.0",
|
|
"merge-stream": "^2.0.0",
|
|
"mustache": "^4.2.0",
|
|
"picomatch": "^4.0.2",
|
|
"prettier": "^3.2.5",
|
|
"retry-axios": "^3.1.3",
|
|
"sanitize-filename": "^1.6.3",
|
|
"sha1": "^1.1.1",
|
|
"simple-git": "^3.24.0",
|
|
"sort-keys": "^5.0.0",
|
|
"sort-keys-recursive": "^2.1.10",
|
|
"through2": "^4.0.2",
|
|
"toml-v1": "^1.0.0",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "5.4.5",
|
|
"unzipper": "^0.11.5",
|
|
"upath": "^2.0.1"
|
|
}
|
|
}
|