{
  "name": "@nxcd/types",
  "version": "3.3.4",
  "description": "NXCD's type definitions",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "npm run clean && tsc",
    "clean": "rm -rf */**.{js,d.ts} && rm -rf *.{js,d.ts}",
    "postpublish": "npm run clean",
    "prepare": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nxcd/types.git"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/nxcd/types/issues"
  },
  "homepage": "https://github.com/nxcd/types#readme",
  "dependencies": {
    "@types/node": "^11.13.4"
  },
  "devDependencies": {
    "typescript": "^3.4.5"
  },
  "files": [
    "*/**/*.{js,d.ts}",
    "*.{js,d.ts}"
  ]
}
