wgo-databank
Version:
WGO Banks Information Services Module
40 lines (39 loc) • 985 B
JSON
{
"name": "wgo-databank",
"version": "0.0.1",
"description": "WGO Banks Information Services Module",
"main": "build/index.js",
"scripts": {
"start": "nodemon",
"build": "npx rimraf ./build && npx tsc",
"promote": "npm version prerelease && npm run build && npm publish",
"test": "jest --detectOpenHandles"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wisegar-org/wgo-databank.git"
},
"keywords": [
"Wisegar.org",
"Banks",
"Informations",
"Services",
"Rest",
"API",
"Compilation"
],
"author": "Wisegar.org Development Group",
"license": "MIT",
"bugs": {
"url": "https://github.com/wisegar-org/wgo-databank/issues"
},
"homepage": "https://github.com/wisegar-org/wgo-databank#readme",
"dependencies": {
"axios": "0.26.1"
},
"devDependencies": {
"@types/node": "18.14.6",
"nodemon": "2.0.15",
"typescript": "4.9.5"
}
}