forked from pymedusa/Medusa
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 710 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 710 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
28
29
30
{
"name": "Medusa",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/PyMedusa/Medusa.git"
},
"bugs": {
"url": "https://github.com/PyMedusa/Medusa/issues"
},
"homepage": "https://github.com/PyMedusa/Medusa#readme",
"scripts": {
"test-api": "dredd --config dredd/dredd.yml"
},
"devDependencies": {
"dredd": "14.1.0"
},
"resolutions": {
"underscore": "^1.13.7",
"minimist": "^1.2.8",
"getobject": "^1.1.1",
"form-data": "^4.0.4",
"jsonpath-plus": "^10.3.0",
"json-pointer": "^0.6.2",
"@babel/traverse": "^7.28.5",
"async": "^3.2.6",
"tough-cookie": "^6.0.0",
"vue-template-compiler": "^2.7.16"
}
}