{
  "author": "Shane Brinkman-Davis Delamore, Imikimi LLC",
  "bugs": "https://github.com/art-suite/art-suite-applications/issues",
  "dependencies": {
    "art-build-configurator": "^1.29.3",
    "art-rest-client": "^1.8.11",
    "aws-sdk": "^2.809.0",
    "aws4": "^1.6.0"
  },
  "description": "Streamlined APIs for AWS SDK with Promises and Art.Foundation",
  "devDependencies": {
    "art-testbench": "^3.2.2",
    "mocha": "^7.2.0",
    "mock-fs": "^5.0.0"
  },
  "homepage": "https://github.com/art-suite/art-suite-applications",
  "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-aws",
  "repository": {
    "type": "git",
    "url": "https://github.com/art-suite/art-suite-applications.git"
  },
  "scripts": {
    "build": "rsync -av --include='*.js' --include='*.css' --exclude='*' ./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 --include='*.js' --include='*.css' --exclude='*' ./source/ ./build/\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/*",
    "dynamodb": "docker run -p 8081:8000 amazon/dynamodb-local",
    "dynamodb-admin": "DYNAMO_ENDPOINT=http://localhost:8081 AWS_REGION=us-east-1 AWS_ACCESS_KEY_ID=blah-dev AWS_SECRET_ACCESS_KEY=blahblah-dev dynamodb-admin -H localhost -p 8001",
    "nn": "nn build/* test/tests",
    "test": "mocha -u tdd",
    "test-watch": "nodemon -e js,ts,jsx,tsx,caf,coffee,json -x npm run test"
  },
  "version": "1.29.14",
  "watch": {
    "build": {
      "extensions": [
        "caf",
        "coffee"
      ],
      "patterns": [
        "source-source"
      ],
      "quiet": false
    }
  }
}
