-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 986 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "electron-dependencies",
"version": "0.5.82",
"description": "Programmatically determines as many dependency versions as possible from Electron",
"main": "index.json",
"repository": {
"type": "git",
"url": "git+https://github.com/baparham/electron-dependencies.git"
},
"author": "Brad Parham <baparham@gmail.com>",
"license": "MIT",
"scripts": {
"listversions": "yarn update && node index.js",
"update": "yarn up process-versions",
"test": "jest",
"build": "node ./scripts/update.js",
"release": "tools/release.sh"
},
"devDependencies": {
"@tsconfig/recommended": "^1.0.1",
"@types/jest": "^29.2.0",
"@types/node": "^18.8.4",
"cross-env": "^7.0.3",
"https-proxy-agent": "^5.0.0",
"jest": "^29.2.2",
"js-yaml": "^4.1.0",
"minimist": "^1.2.5",
"process-versions": "^0.3.50",
"semver": "^7.6.3",
"ts-jest": "^29.0.3",
"typescript": "^4.8.4"
},
"packageManager": "yarn@3.4.1"
}