mirror of
https://gitgud.io/BondageProjects/Bondage-College.git
synced 2025-04-16 05:19:18 +00:00
Possibly the gulp minification pipeline is broken; I can't spare the disk space — or the time — to run that at the moment. CI and the changelog generator are fine though. Only remains a few errors in AssetCheck, which look legitimate, but at that point I'm done playing packaging games.
90 lines
3.6 KiB
JSON
90 lines
3.6 KiB
JSON
{
|
|
"name": "bondage-college",
|
|
"version": "1.0.0",
|
|
"description": "Welcome to the Bondage College!",
|
|
"engines": {
|
|
"node": ">= 20"
|
|
},
|
|
"scripts": {
|
|
"changelog:generate": "cd Tools/Node && node GenerateChangelog generate",
|
|
"changelog:prepare": "cd Tools/Node && node GenerateChangelog prepare",
|
|
"checks": "npm-run-all -c assets:typecheck scripts:typecheck assets:check scripts:lint assets:lint files:case",
|
|
"assets:clean": "gulp --gulpfile Tools/Node/gulpfile.js clean",
|
|
"assets:minify": "gulp --gulpfile Tools/Node/gulpfile.js assetMinify --max-old-space-size=8192",
|
|
"assets:prettier": "prettier --write Assets/Female3DCG/Female3DCG.js Assets/Female3DCG/Female3DCGExtended.js && git diff --exit-code Assets/Female3DCG/Female3DCG.js Assets/Female3DCG/Female3DCGExtended.js",
|
|
"assets:eslint": "eslint Assets/Female3DCG/Female3DCG.js Assets/Female3DCG/Female3DCGExtended.js",
|
|
"assets:lint": "npm run assets:prettier && npm run assets:eslint",
|
|
"assets:lint:fix": "prettier-eslint --write Assets/Female3DCG/Female3DCG.js Assets/Female3DCG/Female3DCGExtended.js",
|
|
"assets:check": "cd Tools/Node && node --unhandled-rejections=strict AssetCheck",
|
|
"assets:typecheck": "cd ../ && tsc -p BondageClub/Tools/Node/tsconfig-assetcheck.json",
|
|
"assets:posemapping": "cd Tools/Node && node --unhandled-rejections=strict PoseMapping",
|
|
"scripts:lint": "eslint \"Scripts/**/*.js\" \"Screens/**/*.js\" \"Tools/**/*.js\" \"Backgrounds/Backgrounds.js\"",
|
|
"scripts:lint:fix": "eslint --fix \"Scripts/**/*.js\" \"Screens/**/*.js\" \"Tools/**/*.js\" \"Backgrounds/Backgrounds.js\"",
|
|
"scripts:typecheck": "cd ../ && tsc -p BondageClub/jsconfig.json",
|
|
"files:case": "cd Tools/Node && node --unhandled-rejections=strict FileCase",
|
|
"files:sortcsv": "cd Tools/Node && node --unhandled-rejections=strict SortCSV",
|
|
"test": "echo \\\"Error: no test specified\\\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Ben987/Bondage-College.git"
|
|
},
|
|
"author": "Ben987 <30805159+Ben987@users.noreply.github.com>",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/Ben987/Bondage-College/issues"
|
|
},
|
|
"homepage": "https://github.com/Ben987/Bondage-College#readme",
|
|
"browserslist": [
|
|
"since 2020 and > 0.5% and not dead"
|
|
],
|
|
"devDependencies": {
|
|
"@types/core-js": "^2.5.8",
|
|
"@types/css-font-loading-module": "^0.0.14",
|
|
"@types/fancy-log": "^2.0.2",
|
|
"@types/gulp": "^4.0.17",
|
|
"@types/gulp-cache": "^0.4.9",
|
|
"@types/gulp-filter": "^3.0.39",
|
|
"@types/gulp-imagemin": "^8.0.6",
|
|
"@types/gulp-size": "^4.0.3",
|
|
"@types/imagemin-jpegtran": "^5.0.4",
|
|
"@types/lodash.template": "^4.5.3",
|
|
"@types/minimist": "^1.2.5",
|
|
"@types/node": "^20.8.7",
|
|
"@types/stream-counter": "^1.0.3",
|
|
"ansi-colors": "^4.1.1",
|
|
"cheerio": "^1.0.0-rc.3",
|
|
"eslint": "^8.51.0",
|
|
"eslint-config-prettier": "^9.0.0",
|
|
"eslint-plugin-compat": "^4.1.2",
|
|
"eslint-plugin-sort-keys-custom": "^2.0.0",
|
|
"fancy-log": "^2.0.0",
|
|
"gulp": "^4.0.2",
|
|
"gulp-cache": "^1.1.3",
|
|
"gulp-count": "^1.0.0",
|
|
"gulp-filter": "^7.0.0",
|
|
"gulp-if": "^3.0.0",
|
|
"gulp-imagemin": "^7.1.0",
|
|
"gulp-size": "^4.0.1",
|
|
"imagemin-jpegtran": "^7.0.0",
|
|
"marked": "^15.0.6",
|
|
"minimist": "^1.2.6",
|
|
"npm-run-all": "^4.1.5",
|
|
"prettier": "^3.0.3",
|
|
"prettier-eslint": "^16.1.1",
|
|
"prettier-eslint-cli": "^8.0.1",
|
|
"pretty-bytes": "^5.6.0",
|
|
"rimraf": "^6.0.1",
|
|
"simple-git": "^3.5.0",
|
|
"stream-counter": "^1.0.0",
|
|
"table": "^6.7.3",
|
|
"through2": "^4.0.2",
|
|
"typescript": "^5.7.3"
|
|
},
|
|
"dependencies": {
|
|
"csv-writer": "^1.6.0",
|
|
"pixi-filters": "^5.2.1",
|
|
"pixi.js-legacy": "^6.4.2",
|
|
"socket.io-client": "^4.6.1"
|
|
}
|
|
}
|