{
    "name": "inventory-backend",
    "version": "0.3.0",
    "description": "Inventory Backend",
    "main": "dist/index.js",
    "bin": {
        "inventory-backend": "./dist/server.ts"
    },
    "scripts": {
        "start": "node dist/server.js",
        "build": "tsc",
        "watch": "tsc --watch",
        "test": "echo \"Error: no test specified\" && exit 1"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/sendanor/inventory-backend.git"
    },
    "keywords": [],
    "author": "Jaakko Heusala <jheusala@iki.fi>",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/sendanor/inventory-backend/issues"
    },
    "homepage": "https://github.com/sendanor/inventory-backend#readme",
    "devDependencies": {
        "@types/lodash": "^4.14.165",
        "@types/node": "^14.14.7",
        "typescript": "^4.0.5"
    },
    "dependencies": {
        "@types/pg": "^7.14.7",
        "@types/uuid": "^8.3.0",
        "lodash": "^4.17.20",
        "pg": "^8.5.1",
        "uuid": "^8.3.1"
    }
}
