{
  "name": "tradable-schemas",
  "version": "1.0.7",
  "description": "Schemas of tradable instruments at any stock exchange",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "prepublish": "tsc && git push",
    "dev": "tsc && node dist/index.js",
    "lint": "TODO"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nordible/TradableSchemas.git"
  },
  "keywords": [
    "typescript",
    "template",
    "stock exchange",
    "data structures",
    "data models"
  ],
  "author": "Nordible <info@nordible.com> (https://nordible.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/nordible/TradableSchemas/issues"
  },
  "homepage": "https://nordible.com/TradableSchemas/",
  "files": [
    "dist/*"
  ],
  "dependencies": {
    "@types/node": "^12.12.12",
    "typescript": "^3.8.3"
  }
}
