{
  "name": "instinct-interfaces",
  "version": "2.13.0",
  "description": "Shared interfaces across Instinct",
  "license": "MIT",
  "private": false,
  "main": "build/",
  "scripts": {
    "build": "tsc -p .",
    "deploy:unsafe": "gts clean && npm run build && cp README.md build/README.md && cp package.json build/package.json && cp package-lock.json build/package-lock.json && npm publish build",
    "deploy": "gts clean && npm run test && npm run deploy:unsafe",
    "fix": "gts clean && gts fix",
    "test": "gts clean && tsc && gts check"
  },
  "devDependencies": {
    "@types/jest": "^26.0.14",
    "@types/node": "^14.11.10",
    "eslint-plugin-jest": "^24.1.0",
    "gts": "^3.0.1",
    "ts-jest": "^26.4.1",
    "ts-node": "9.0.0",
    "tsconfig-paths": "3.9.0",
    "tslint": "^6.1.2",
    "typescript": "~4.0.3"
  }
}
