{ "repository": { "type": "git", "url": "https://github.com/desktop/desktop.git" }, "description": "GitHub Desktop build dependencies", "scripts": { "cli": "ts-node --require ./app/test/globals.ts --require ./app/src/cli/dev-commands-global.ts app/src/cli/main.ts", "test:integration": "cross-env TEST_ENV=1 ELECTRON_NO_ATTACH_CONSOLE=1 xvfb-maybe --auto-servernum -- mocha -t 30000 --require ts-node/register app/test/integration/*.ts", "test:unit": "cross-env ELECTRON_RUN_AS_NODE=1 node_modules/.bin/electron ./node_modules/jest/bin/jest --detectOpenHandles --silent --config ./jest.config.js", "test:unit:cov": "yarn test:unit --coverage", "test:script": "mocha -P ./tsonfig.json -t 10000 --require ts-node/register script/changelog/test/*.ts", "test": "yarn test:unit:cov --runInBand && yarn test:script && yarn test:integration", "test:setup": "ts-node -P script/tsconfig.json script/test-setup.ts", "test:review": "ts-node -P script/tsconfig.json script/test-review.ts", "test:report": "codecov -f coverage/*.json", "postinstall": "ts-node -P script/tsconfig.json script/post-install.ts", "start": "cross-env NODE_ENV=development ts-node -P script/tsconfig.json script/start.ts", "start:prod": "cross-env NODE_ENV=production ts-node -P script/tsconfig.json script/start.ts", "compile:dev": "cross-env NODE_ENV=development parallel-webpack --config app/webpack.development.ts", "compile:prod": "cross-env NODE_ENV=production NODE_OPTIONS='--max_old_space_size=4096' parallel-webpack --config app/webpack.production.ts", "build:dev": "yarn compile:dev && cross-env NODE_ENV=development ts-node -P script/tsconfig.json script/build.ts", "build:prod": "yarn compile:prod && cross-env NODE_ENV=production ts-node -P script/tsconfig.json script/build.ts", "package": "ts-node -P script/tsconfig.json script/package.ts", "generate-octicons": "ts-node -P script/tsconfig.json script/generate-octicons.ts", "clean:tslint": "rimraf tslint-rules/*.js", "compile:tslint": "tsc -P tslint-rules", "compile:script": "tsc -P script/tsconfig.json", "lint": "yarn lint:src && yarn lint:prettier", "lint:fix": "yarn lint:src:fix && yarn lint:prettier --fix", "lint:prettier": "ts-node script/prettier.ts", "lint:src": "yarn tslint && yarn eslint-check && yarn eslint", "lint:src:fix": "yarn tslint --fix && yarn eslint --fix", "tslint": "tslint -p .", "eslint": "ts-node -P script/tsconfig.json script/eslint.ts", "eslint-check": "eslint --print-config .eslintrc.* | eslint-config-prettier-check", "publish": "ts-node -P script/tsconfig.json script/publish.ts", "clean-slate": "rimraf out node_modules app/node_modules coverage && yarn", "rebuild-hard:dev": "yarn clean-slate && yarn build:dev", "rebuild-hard:prod": "yarn clean-slate && yarn build:prod", "changelog": "ts-node script/changelog/index.ts", "draft-release": "ts-node script/draft-release/index.ts", "validate-changelog": "ts-node script/validate-changelog.ts" }, "author": { "name": "GitHub, Inc.", "email": "opensource+desktop@github.com", "url": "https://desktop.github.com/" }, "license": "MIT", "engines": { "node": ">= 8.11", "yarn": ">= 1.9" }, "dependencies": { "ajv": "^6.4.0", "awesome-node-loader": "^1.1.0", "awesome-typescript-loader": "^5.2.1", "aws-sdk": "^2.23.0", "babel-core": "^6.26.3", "babel-jest": "^23.4.2", "babel-minify-webpack-plugin": "^0.3.1", "babel-plugin-syntax-dynamic-import": "^6.18.0", "chai": "^4.1.1", "chai-as-promised": "^7.1.1", "chai-datetime": "^1.4.1", "chalk": "^2.2.0", "clean-webpack-plugin": "^0.1.19", "codecov": "^3.1.0", "cross-env": "^5.0.5", "css-loader": "^0.28.11", "eslint": "^5.2.0", "eslint-config-prettier": "^2.9.0", "eslint-plugin-babel": "^5.1.0", "eslint-plugin-json": "^1.2.1", "eslint-plugin-prettier": "^2.6.0", "eslint-plugin-react": "^7.10.0", "eslint-plugin-typescript": "^0.12.0", "express": "^4.15.0", "fake-indexeddb": "^2.0.4", "front-matter": "^2.3.0", "fs-extra": "^6.0.0", "glob": "^7.1.2", "html-webpack-plugin": "^3.2.0", "jest": "^23.5.0", "json-pretty": "^0.0.1", "klaw-sync": "^3.0.0", "legal-eagle": "0.16.0", "mini-css-extract-plugin": "^0.4.0", "mocha": "^5.2.0", "node-sass": "^4.7.2", "octicons": "^7.0.1", "parallel-webpack": "^2.3.0", "prettier": "^1.14.2", "request": "^2.72.0", "rimraf": "^2.5.2", "sass-loader": "^7.0.1", "semver": "^5.5.0", "spectron": "^3.8.0", "style-loader": "^0.21.0", "to-camel-case": "^1.0.0", "ts-jest": "^23.1.4", "ts-node": "^7.0.0", "tslint": "^5.11.0", "tslint-config-prettier": "^1.14.0", "tslint-microsoft-contrib": "^5.2.1", "tslint-react": "^3.6.0", "typescript": "^3.0.3", "typescript-eslint-parser": "^18.0.0", "webpack": "^4.8.3", "webpack-bundle-analyzer": "^2.13.0", "webpack-dev-middleware": "^3.1.3", "webpack-hot-middleware": "^2.22.2", "webpack-merge": "^4.1.2", "whatwg-fetch": "^3.0.0", "xml2js": "^0.4.16", "xvfb-maybe": "^0.2.1" }, "devDependencies": { "@types/byline": "^4.2.31", "@types/chai": "^4.1.2", "@types/chai-datetime": "^0.0.31", "@types/classnames": "^2.2.2", "@types/clean-webpack-plugin": "^0.1.2", "@types/codemirror": "0.0.55", "@types/double-ended-queue": "^2.1.0", "@types/electron-packager": "^12.0.0", "@types/electron-winstaller": "^2.6.0", "@types/event-kit": "^1.2.28", "@types/express": "^4.11.0", "@types/extract-text-webpack-plugin": "^3.0.3", "@types/file-url": "^2.0.0", "@types/fs-extra": "^5.0.2", "@types/fuzzaldrin-plus": "^0.0.1", "@types/glob": "^5.0.35", "@types/html-webpack-plugin": "^2.30.3", "@types/jest": "^23.3.1", "@types/keytar": "^4.0.0", "@types/legal-eagle": "^0.15.0", "@types/mini-css-extract-plugin": "^0.2.0", "@types/mri": "^1.1.0", "@types/node": "^8.10.4", "@types/react": "^16.3.16", "@types/react-dom": "^16.0.5", "@types/react-transition-group": "1.1.1", "@types/react-virtualized": "^9.7.12", "@types/request": "^2.0.9", "@types/semver": "^5.5.0", "@types/strip-ansi": "^3.0.0", "@types/temp": "^0.8.29", "@types/textarea-caret": "^3.0.0", "@types/to-camel-case": "^1.0.0", "@types/ua-parser-js": "^0.7.30", "@types/untildify": "^3.0.0", "@types/uuid": "^3.4.0", "@types/webpack": "^4.4.0", "@types/webpack-bundle-analyzer": "^2.9.2", "@types/webpack-dev-middleware": "^2.0.1", "@types/webpack-hot-middleware": "^2.16.3", "@types/webpack-merge": "^4.1.3", "@types/winston": "^2.2.0", "@types/xml2js": "^0.4.0", "electron": "2.0.9", "electron-builder": "20.27.1", "electron-packager": "^12.0.0", "electron-winstaller": "2.5.2" } }