UNPKG

1.58 kBJSONView Raw
1{
2 "name": "@sustainhawaii/heal-common",
3 "version": "12.1.5",
4 "homepage": "git@bitbucket.org:sustain-hawaii/heal-common",
5 "main": "lib/index.js",
6 "repository": {
7 "type": "git",
8 "url": "git@bitbucket.org:sustain-hawaii/heal-common.git"
9 },
10 "author": "Charles Koehl <charles@etherscapes.com>",
11 "scripts": {
12 "test": "jest -c jest-config.json",
13 "build": "babel src -d lib --copy-files",
14 "pub": "standard-version && git push --follow-tags origin master && npm run build && npm publish"
15 },
16 "license": "MIT",
17 "description": "Utilities for use in SustainHawaii's microservices",
18 "dependencies": {
19 "@babel/runtime": "^7.8.3",
20 "@sustainhawaii/object-utils": "1.4.0",
21 "bluebird": "^3.7.2",
22 "clean-deep": "^3.2.0",
23 "death": "^1.1.0",
24 "json-stable-stringify": "^1.0.1",
25 "lodash": "^4.17.15",
26 "lzutf8": "^0.5.5",
27 "moment": "^2.24.0",
28 "mustache": "^4.1.0",
29 "neo4j-driver": "1.7.6",
30 "object-hash": "^2.0.1",
31 "parse-iso-duration": "^1.1.0",
32 "statman-stopwatch": "^2.11.1",
33 "xregexp": "^4.2.4"
34 },
35 "devDependencies": {
36 "@babel/cli": "^7.8.3",
37 "@babel/core": "^7.8.3",
38 "@babel/plugin-proposal-class-properties": "^7.8.3",
39 "@babel/plugin-transform-runtime": "^7.8.3",
40 "@babel/preset-env": "^7.8.3",
41 "babel-jest": "^26.6.3",
42 "babel-plugin-module-resolver": "^4.0.0",
43 "jest": "^26.6.3",
44 "jest-cli": "^26.6.3",
45 "jest-diff": "^26.6.2",
46 "standard": "^16.0.3"
47 },
48 "dependents": [
49 "healthies-mobile-backend",
50 "healthies-pwa",
51 "rest-utils"
52 ]
53}