-
-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 629 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 629 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": "saleor",
"version": "3.1.0-a.0",
"engines": {
"node": ">=14 <15",
"npm": ">=6.11.0 <7"
},
"repository": {
"type": "git",
"url": "git://github.com/mirumee/saleor.git"
},
"author": "Mirumee Software",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/mirumee/saleor/issues"
},
"homepage": "http://saleor.io/",
"dependencies": {},
"devDependencies": {
"@release-it/bumper": "^2.0.0",
"release-it": "^14.5.0"
},
"scripts": {
"build-schema": "python manage.py get_graphql_schema > saleor/graphql/schema.graphql",
"release": "release-it"
}
}