Skip to content

Commit

Permalink
package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
SpliiT committed Jan 16, 2024
1 parent a2b2c82 commit 20a3579
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"name": "@geode/opengeodeweb-back",
"scripts": {
"json": "node generate_schemas.js"
},
"dependencies": {
"glob": "^10.3.10"
},
"exports": "./schemas.json",
"version": "0.0.1",
"type": "module",
"description": "",
"main": "generate_schemas.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Geode-solutions/OpenGeodeWeb-Back.git"
},
"author": {
"name": "Geode-solutions",
"email": "[email protected]",
"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"
}
}

0 comments on commit 20a3579

Please sign in to comment.