{
  "name": "@pc-nexus/internal",
  "version": "0.5.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "build": "tsc",
    "pub:alpha": "cd dist && npm publish --access public --tag alpha",
    "pub": "cd dist && npm publish --access public --tag latest",
    "pub-next": "cd dist && npm publish --access public --tag next"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/atinc/pc-nexus.git"
  },
  "author": "",
  "license": "ISC",
  "directories": {
    "test": "test",
    "lib": "dist"
  },
  "types": "index.d.ts",
  "exports": {
    ".": {
      "default": "./index.js",
      "types": "./index.d.ts"
    }
  },
  "type": "module",
  "dependencies": {},
  "devDependencies": {},
  "peerDependencies": {}
}
