{
  "name": "@fishertsau/moonlight",
  "version": "1.38.14",
  "description": "Various helpers or lib for javascript projects",
  "main": "dist/index.js",
  "files": [
    "dist/**",
    "!dist/test",
    "!dist/**/*.test.js",
    "!dist/**/*.spec.js",
    "!dist/testUtils.js",
    "!dist/userFactory.js"
  ],
  "scripts": {
    "clean": "rimraf dist",
    "build": "babel src --out-dir dist",
    "prepublishOnly": "rimraf dist && yarn build && npm pack --dry-run",
    "npm:publish": "yarn clean && cross-env NODE_ENV=production yarn build && yarn publish && yarn clean",
    "npm:add:token": "npm config set //registry.npmjs.org/:_authToken",
    "test": "NODE_ENV=test mocha src/test/ --recursive -R dot --exit",
    "testRef": "yarn clean && cross-env NODE_ENV=test yarn build && NODE_ENV=test mocha dist/test/ --recursive -R dot --exit && yarn clean",
    "find:only": "grep -rnE 'describe\\.only|it\\.only' . --exclude-dir=node_modules",
    "find:circular": "madge  --warning --circular src",
    "check:all": "yarn find:circular src & yarn test"
  },
  "repository": {
    "url": "git+https://github.com/fishertsau/moonlight.git"
  },
  "keywords": [
    "moonlight",
    "helpers"
  ],
  "author": "fishertsau",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/fishertsau/moonlight/issues"
  },
  "homepage": "https://github.com/fishertsau/moonlight#readme",
  "devDependencies": {
    "@babel/cli": "^7.13.14",
    "@babel/core": "^7.13.15",
    "@babel/node": "^7.14.7",
    "@babel/plugin-transform-runtime": "^7.14.5",
    "@babel/preset-env": "^7.13.15",
    "cross-env": "^7.0.3",
    "madge": "^8.0.0",
    "mocha": "^8.2.0",
    "rimraf": "^3.0.2",
    "sinon": "^21.0.0"
  },
  "dependencies": {
    "@babel/runtime": "^7.14.8",
    "dayjs": "^1.11.7",
    "ramda": "^0.30.1",
    "snowflake-id": "^1.1.0",
    "xstate": "^5.19.2"
  }
}
