@payrail/ancore
Version: 
Ancore Cloud Framework
82 lines (81 loc) • 2.21 kB
JSON
{
  "name": "@payrail/ancore",
  "version": "2.2.38",
  "description": "Ancore Cloud Framework",
  "main": "./build/index.js",
  "files": [
    "./build/**/*"
  ],
  "scripts": {
    "serve": "webpack serve",
    "start": "webpack-dev-server --open",
    "watch": "webpack --watch",
    "build": "webpack"
  },
  "keywords": [
    "Fintech"
  ],
  "author": "Engender Technology LLC",
  "license": "ISC",
  "dependencies": {
    "@aws-sdk/client-dynamodb": "^3.353.0",
    "@aws-sdk/client-iam": "^3.312.0",
    "@aws-sdk/client-s3": "^3.218.0",
    "@aws-sdk/client-sts": "^3.218.0",
    "@aws-sdk/util-base64": "^3.310.0",
    "@aws-sdk/util-utf8": "^3.295.0",
    "@sendgrid/mail": "^7.7.0",
    "crc": "^4.3.2",
    "deep-object-diff": "^1.1.9",
    "email-validator": "^2.0.4",
    "js-sha256": "^0.9.0",
    "jsrsasign": "^10.5.20",
    "jsrsasign-util": "^1.0.5",
    "luxon": "^3.3.0",
    "mailgun": "^0.5.0",
    "mime": "^3.0.0",
    "node-fetch": "^3.2.10",
    "tstl": "^2.5.6",
    "uuid-random": "^1.3.2"
  },
  "devDependencies": {
    "@aws-sdk/types": "^3.215.0",
    "@types/circular-dependency-plugin": "^5.0.5",
    "@types/debug": "^4.1.7",
    "@types/html-webpack-plugin": "^3.2.6",
    "@types/jsrsasign": "^10.5.0",
    "@types/luxon": "^3.3.0",
    "@types/mime": "^3.0.1",
    "@types/node": "^18.16.7",
    "@types/node-fetch": "^2.6.1",
    "@types/tstl": "^1.5.7",
    "@types/uuid": "^9.0.0",
    "circular-dependency-plugin": "^5.2.2",
    "clean-webpack-plugin": "^4.0.0",
    "commander": "^10.0.0",
    "css-loader": "^6.5.1",
    "file-loader": "^6.2.0",
    "html-webpack-plugin": "^5.5.0",
    "json-loader": "^0.5.7",
    "mocha": "^10.0.0",
    "source-map-loader": "^4.0.0",
    "style-loader": "^3.3.1",
    "terser-webpack-plugin": "^5.3.0",
    "ts-loader": "^9.4.1",
    "typescript": "^5.0.2",
    "webpack": "^5.65.0",
    "webpack-cli": "^5.0.0",
    "webpack-dev-server": "^4.11.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/franklin-maduabueke/ancore.git"
  },
  "bugs": {
    "url": "https://github.com/franklin-maduabueke/ancore/issues"
  },
  "homepage": "https://ancore.com",
  "directories": {
    "test": "tests"
  }
}