aquameta-datum
Version:
Service layer for the Aquameta database API
64 lines (63 loc) • 1.74 kB
JSON
{
"name": "aquameta-datum",
"version": "0.1.19",
"description": "Service layer for the Aquameta database API",
"sideEffects": false,
"main": "./dist-node-cjs/index.js",
"module": "./dist-node-esm/index.js",
"browser": {
"./dist-node-cjs/index.js": "./dist-browser-cjs/index.js",
"./dist-node-esm/index.js": "./dist-browser-esm/index.js"
},
"scripts": {
"build": "cup clean && cup build",
"build-w": "cup build -w",
"start": "./demo/server.js",
"preversion": "yarn test",
"version": "yarn build",
"postversion": "git push && git push --tags",
"test": "tape dist-node-cjs/__tests__/**/*.js | tap-spec",
"test-w": "nodemon -w dist-node-cjs -x 'yarn test'",
"coverage": "nyc tape dist-node-cjs/__tests__/**/*.js",
"watch": "run-p build-w test-w"
},
"keywords": [
"datum",
"aquameta",
"postgres"
],
"repository": {
"type": "git",
"url": "git+https://github.com/micburks/aquameta-datum.git"
},
"homepage": "https://github.com/micburks/aquameta-datum",
"author": "Mickey Burks",
"license": "MIT",
"dependencies": {
"@micburks/pg": "^8.0.1",
"just-compose": "^1.1.0",
"just-curry-it": "^3.1.0",
"node-fetch": "^2.3.0",
"ramda": "^0.26.1",
"unfetch": "^4.1.0"
},
"devDependencies": {
"chai": "^4.1.2",
"chalk": "^2.3.2",
"create-universal-package": "^4.1.0",
"nodemon": "^1.18.11",
"npm-run-all": "^4.1.5",
"nyc": "^14.1.1",
"sinon": "^7.3.2",
"tap-spec": "^5.0.0",
"tape": "^4.10.1",
"veggie": "^2.4.1"
},
"files": [
"dist-node-cjs",
"dist-node-esm",
"dist-browser-cjs",
"dist-browser-esm"
],
"gitHead": "727b6b6aac57189a78649082d9b40b0d78621041"
}