1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- {
- "name": "presences",
- "version": "3.0.0",
- "author": "Timeraa",
- "license": "MPL-2.0",
- "scripts": {
- "lint": "eslint --cache --fix . && prettier --cache --write .",
- "lint:ci": "eslint --cache . && prettier --cache --check .",
- "format": "npm run metadataSorter && npm run lint",
- "schemaEnforcer": "npm run format && npm run bumpChanged",
- "compileTools": "tsc -p tools/tsconfig.json",
- "bumpChanged": "npm run compileTools && node --enable-source-maps tools/bumpChanged.js",
- "presenceValidator": "npm run compileTools && node --enable-source-maps tools/auto/presenceValidator.js",
- "presenceUpdater": "npm run compileTools && node --enable-source-maps tools/auto/presenceUpdater.js",
- "metadataSorter": "npm run compileTools && node --enable-source-maps tools/metadataSorter.js",
- "assetsUpdater": "npm run compileTools && node --enable-source-maps tools/auto/assetsUpdater.js",
- "compile": "npm run compileTools && node --enable-source-maps tools/auto/compileChanged.js",
- "prepare": "husky install",
- "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
- },
- "devDependencies": {
- "@actions/core": "1.10.0",
- "@types/glob": "8.0.0",
- "@types/json-to-ast": "2.1.2",
- "@types/mime-types": "^2.1.1",
- "@types/semver": "7.3.13",
- "chalk": "5.2.0",
- "copy-webpack-plugin": "11.0.0",
- "dotenv": "16.0.3",
- "form-data": "^4.0.0",
- "glob": "8.0.3",
- "got": "12.5.3",
- "json-to-ast": "2.1.0",
- "jsonschema": "1.4.1",
- "mime-types": "^2.1.35",
- "mongodb": "4.17.0",
- "semver": "7.5.2",
- "sharp": "^0.32.6",
- "ts-loader": "9.4.2",
- "typescript": "4.9.4",
- "webpack": "5.76.0"
- },
- "dependencies": {
- "@commitlint/cli": "17.3.0",
- "@commitlint/config-angular": "17.3.0",
- "@types/chrome": "0.0.204",
- "@types/node": "18.11.15",
- "@typescript-eslint/eslint-plugin": "5.46.1",
- "@typescript-eslint/parser": "5.46.1",
- "eslint": "8.29.0",
- "eslint-config-prettier": "8.5.0",
- "eslint-plugin-no-one-time-vars": "2.5.0",
- "eslint-plugin-unicorn": "45.0.2",
- "husky": "8.0.2",
- "pmd": "file:cli",
- "prettier": "2.8.1"
- }
- }
|