зеркало из https://github.com/electron/trop.git
57 строки
1.6 KiB
JSON
57 строки
1.6 KiB
JSON
{
|
|
"name": "trop",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"author": "Shelley Vohr <shelley.vohr@gmail.com>",
|
|
"license": "MIT",
|
|
"repository": "https://github.com/electron/trop.git",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"start": "probot run ./lib/index.js",
|
|
"prettier:write": "prettier --write \"{src,spec}/**/*.ts\"",
|
|
"lint": "prettier --check \"{src,spec}/**/*.ts\"",
|
|
"test": "jest --testPathIgnorePatterns=/working/ --testPathIgnorePatterns=/node_modules/",
|
|
"postinstall": "tsc",
|
|
"prepare": "husky"
|
|
},
|
|
"dependencies": {
|
|
"async-mutex": "^0.5.0",
|
|
"global-agent": "^3.0.0",
|
|
"node-fetch": "^2.6.7",
|
|
"probot": "^12.3.3",
|
|
"prom-client": "^14.2.0",
|
|
"queue": "^6.0.0",
|
|
"simple-git": "3.19.1",
|
|
"what-the-diff": "^0.6.0",
|
|
"yaml": "^2.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^29.5.14",
|
|
"@types/node": "^22.9.0",
|
|
"@types/node-fetch": "^2.6.11",
|
|
"@types/pino-std-serializers": "^4.0.0",
|
|
"@typescript-eslint/eslint-plugin": "^5.50.0",
|
|
"eslint": "^8.0.1",
|
|
"eslint-config-standard-with-typescript": "^36.0.0",
|
|
"eslint-plugin-import": "^2.25.2",
|
|
"eslint-plugin-n": "^15.0.0",
|
|
"eslint-plugin-promise": "^6.0.0",
|
|
"husky": "^9.1.6",
|
|
"jest": "^29.7.0",
|
|
"lint-staged": "^15.2.10",
|
|
"nock": "^13.5.5",
|
|
"prettier": "^3.3.3",
|
|
"smee-client": "^2.0.4",
|
|
"ts-jest": "^29.2.5",
|
|
"typescript": "*"
|
|
},
|
|
"lint-staged": {
|
|
"{src,spec}/**/*.ts": "prettier --write **/*.ts"
|
|
},
|
|
"engines": {
|
|
"node": ">= 20.7.0",
|
|
"npm": ">= 4.0.0"
|
|
}
|
|
}
|