{ "name": "rpg-companion-sillytavern", "version": "3.7.4", "description": "RPG Companion extension for SillyTavern", "main": "index.js", "type": "module", "scripts": { "build:css": "node scripts/build-css.js", "build:css:min": "node scripts/build-css.js --minify", "test": "jest", "validate_locale": "node src/i18n/validator.js --watch", "validate_locale_once": "node src/i18n/validator.js" }, "keywords": [], "author": "", "license": "MIT", "devDependencies": { "@babel/core": "^8.0.1", "@babel/preset-env": "^8.0.2", "@jest/globals": "^30.4.1", "chokidar": "^5.0.0", "execa": "^9.6.1", "fs-extra": "^11.3.3", "glob": "^13.0.6", "jest": "^30.4.2" } }