UNPKG

aquameta

Version:

Node implementation of the Aquameta server

61 lines (60 loc) 1.5 kB
{ "name": "aquameta", "version": "0.1.20", "description": "Node implementation of the Aquameta server", "type": "module", "main": "dist/aquameta.js", "module": "dist/aquameta.es.js", "jsnext:main": "dist/aquameta.es.js", "bin": { "aquameta": "bin/www", "aquameta-ssr": "bin/www-ssr" }, "scripts": { "build": "rollup -c", "build-w": "nodemon --watch src --exec 'yarn build'", "clean": "rm -rf ./.loader_cache/*", "preversion": "npm test", "version": "npm run build # Get current version", "serve": "nodemon --watch dist bin/www", "watch": "run-p build-w serve", "test": "echo \"tests!\"" }, "keywords": [ "aquameta", "postgres", "node", "server" ], "repository": { "type": "git", "url": "git+https://github.com/micburks/node-aquameta.git" }, "homepage": "https://github.com/micburks/node-aquameta", "author": "Mickey Burks", "license": "MIT", "dependencies": { "@micburks/pg": "^8.0.1", "aquameta-datum": "^0.1.19", "koa": "^2.5.0", "koa-bodyparser": "^4.2.0", "koa-mount": "^3.0.0", "koa-router": "^7.4.0", "koa-session": "^5.8.1" }, "devDependencies": { "debug": "^2.6.9", "nodemon": "^1.12.1", "npm-run-all": "^4.1.5", "rollup": "^0.57.1", "rollup-plugin-flow": "^1.1.1", "rollup-plugin-node-resolve": "^3.3.0" }, "files": [ "dist" ], "engines": { "node": "^12.0.0" }, "gitHead": "003812170feffa792851b0fe9710e931e80fd726" }