-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 851 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 851 Bytes
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
{
"name": "renovate-minimal-reproduction",
"version": "1.0.0",
"description": "First, read the [Renovate minimal reproduction instructions](https://github.com/renovatebot/renovate/blob/main/docs/development/minimal-reproductions.md).",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/copysaurus/renovate-minimal-reproduction.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/copysaurus/renovate-minimal-reproduction/issues"
},
"homepage": "https://github.com/copysaurus/renovate-minimal-reproduction#readme",
"dependencies": {
"jwt-decode": "4.0.0",
"vue-final-modal": "4.5.5"
},
"devDependencies": {
"prettier": "3.4.2",
"style-dictionary": "4.4.0"
}
}