-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1 KB
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
{
"name": "@geode/opengeodeweb-back",
"version": "0.0.0",
"description": "",
"scripts": {
"json": "npx opengeodeweb-microservice-generate opengeodeweb_back routes route /",
"test": "npm run json",
"build": "npm run json"
},
"dependencies": {
"@geode/opengeodeweb-microservice": "0.0.0"
},
"exports": {
"./opengeodeweb_back_schemas.json": {
"import": "./opengeodeweb_back_schemas.json",
"require": "./opengeodeweb_back_schemas.json"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/Geode-solutions/OpenGeodeWeb-Back.git"
},
"author": {
"name": "Geode-solutions",
"email": "contact@geode-solutions.com",
"url": "https://geode-solutions.com/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Geode-solutions/OpenGeodeWeb-Back/issues"
},
"homepage": "https://github.com/Geode-solutions/OpenGeodeWeb-Back",
"publishConfig": {
"access": "public"
},
"files": [
"opengeodeweb_back_schemas.json"
]
}