{
  "name": "@stardust-collective/dag4-core",
  "version": "2.8.1",
  "description": "Constellation HyperGraph JavaScript API",
  "author": "Frank Fox",
  "license": "MIT",
  "email": "ffox77@gmail.com",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/StardustCollective/dag4.js.git"
  },
  "bugs": {
    "url": "https://github.com/StardustCollective/dag4.js/issues"
  },
  "homepage": "https://github.com/StardustCollective/dag4.js#readme",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "typings": "dist/types/index.d.ts",
  "scripts": {
    "clean:all": "rimraf dist/ && rimraf node_modules",
    "prebuild": "rimraf dist/",
    "build": "npx tsc && npx tsc -p tsconfig.cjs.json",
    "prerelease": "npm run build && npm version patch",
    "release": "node ../../scripts/package/copy && npm run release:npm",
    "release:npm": "npm publish ./dist -access public",
    "release:preflight": "npm pack ./dist --dry-run",
    "yalcpush": "yalc push --sig"
  },
  "devDependencies": {
    "rimraf": "^3.0.2",
    "typescript": "^4.6.4"
  }
}
