-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
40 lines (40 loc) · 1.16 KB
/
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
35
36
37
38
39
40
{
"name": "@microsoft/m365-renovate-config",
"version": "2.6.1",
"private": true,
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/m365-renovate-config.git"
},
"scripts": {
"build": "tsc",
"change": "changeset",
"check-token": "node ./scripts/checkToken.js",
"format": "prettier --write .",
"format:check": "prettier --check .",
"lint": "eslint . && node ./scripts/lintPresets.js",
"release": "node ./scripts/release/index.js",
"test:basic": "node ./scripts/testPresetsBasic.js",
"test:full": "node ./scripts/testPresetsFull.js",
"update-readme": "node ./scripts/updateReadme.js"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.26.1",
"@changesets/read": "^0.6.0",
"@changesets/types": "^6.0.0",
"@eslint/js": "^9.0.0",
"@types/jju": "^1.4.2",
"@types/node": "^22.0.0",
"eslint": "^9.0.0",
"eslint-config-prettier": "^9.0.0",
"execa": "^9.0.0",
"globals": "^15.0.0",
"jju": "^1.4.0",
"node-fetch": "^3.3.1",
"prettier": "^3.0.0",
"renovate": "39.20.5",
"typescript": "^5.0.3"
}
}