{
  "name": "blossom-aside",
  "version": "0.3.1",
  "description": "Asset Securitization Interface for Data Exchange (ASIDE)",
  "main": "index.js",
  "directories": {
    "lib": "lib",
    "test": "test"
  },
  "dependencies": {
    "eslint-plugin-es-beautifier": "^1.0.1"
  },
  "devDependencies": {
    "js-yaml": "^3.14.0",
    "lodash.template": "^4.5.0",
    "ora": "^4.0.4",
    "pascal-case": "^3.1.1",
    "release-it": "^13.6.4",
    "traverse": "^0.6.6"
  },
  "scripts": {
    "clean": "npm run clean:docs && npm run clean:schemas && npm run clean:examples",
    "clean:docs": "rm -rf docs/*.md",
    "clean:schemas": "rm -rf dist/schemas/*.schema.json",
    "clean:examples": "rm -rf dist/examples/*.json",
    "build": "npm run clean && npm run build:schemas && npm run build:docs && npm run build:examples",
    "build:schemas": "./bin/build.js",
    "build:docs": "./bin/docs.js",
    "build:examples": "./bin/examples.js",
    "test": "node test/test.js",
    "before:release": "npm test && npm run build",
    "release": "release-it"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/blossomfinance/aside.git"
  },
  "keywords": [
    "sukuk",
    "securitization",
    "API",
    "JSON",
    "Schema"
  ],
  "author": "Matthew J. Martin <matthew@blossomfinance.com>",
  "license": "UNLICENSED",
  "bugs": {
    "url": "https://github.com/blossomfinance/aside/issues"
  },
  "homepage": "https://github.com/blossomfinance/aside#readme",
  "release-it": {
    "ci": true,
    "git": {
      "commit": true,
      "tag": true,
      "push": true
    },
    "github": {
      "release": true
    },
    "npm": {
      "publish": true
    }
  }
}
