{
  "author": "Shane Brinkman-Davis Delamore",
  "bugs": "https://github.com/art-suite/art-suite-foundations/issues",
  "dependencies": {
    "bluebird": "^3.5.5",
    "caffeine-script-runtime": "^1.14.0",
    "dateformat": "^4.5.1",
    "detect-node": "^2.0.4",
    "neptune-namespaces-runtime": "^3.2.15",
    "pluralize": "^8.0.0"
  },
  "description": "The Standard Library for JavaScript that aught to be.",
  "devDependencies": {
    "@art-suite/standard-package-builder": "^1.2.8",
    "art-build-configurator": "^1.30.5",
    "art-testbench": "^3.2.18",
    "mocha": "^7.2.0"
  },
  "homepage": "https://github.com/art-suite/art-suite-foundations",
  "jest": {
    "collectCoverageFrom": [
      "build/**/*.js",
      "!build/test/**/*.js"
    ],
    "coveragePathIgnorePatterns": [
      "/index.js$",
      "/namespace.js$"
    ],
    "testEnvironment": "node",
    "testPathIgnorePatterns": [
      "/node_modules/",
      "<rootDir>/test"
    ],
    "verbose": true
  },
  "license": "ISC",
  "name": "art-standard-lib",
  "repository": {
    "type": "git",
    "url": "https://github.com/art-suite/art-suite-foundations.git"
  },
  "scripts": {
    "build": "rsync -av --exclude='*.caf' --exclude='*.coffee' ./source/ ./build/\ncoffee -m --output build --compile source &\nCOFFEE_PID=$!\ncaf -m -c source -o build --require coffee-script/register&\nCAF_PID=$!\nwait $COFFEE_PID || exit 1\nwait $CAF_PID || exit 1\nnpm run nn",
    "build-clean": "# BUILD CLEAN START\n#   - building into: build-temp\n#\nrm -rf ./__build-old__\nrsync -av --exclude='*.caf' --exclude='*.coffee' ./source/ ./build-temp/\ncoffee -m --output build-temp --compile source &\nCOFFEE_PID=$!\ncaf -m -c source -o build-temp --require coffee-script/register&\nCAF_PID=$!\nwait $COFFEE_PID || exit 1\nwait $CAF_PID || exit 1\nnpm run nn\n\nnn build-temp/*\n\n# BUILD CLEAN FINIALIZING\n#  - replace old build in:   build\n#  - with new build from:    build-temp\n#\nmv build __build-old__\nmv build-temp build\nrm -rf ./__build-old__",
    "build-watch": "nodemon -e js,ts,jsx,tsx,caf,coffee,json -i \"build/**\" -x npm run build",
    "clean": "rm -rf build/*",
    "nn": "nn build/* ",
    "test": "jest\nif [[ $? -ne 0 ]]; then\n  exit 1\nfi\nmocha -u tdd",
    "test-watch": "nodemon -e js,ts,jsx,tsx,caf,coffee,json -x npm run test"
  },
  "version": "1.74.4",
  "watch": {
    "build": {
      "extensions": [
        "caf",
        "coffee"
      ],
      "patterns": [
        "source"
      ],
      "quiet": false
    }
  }
}
