{
  "name": "@deep-foundation/npm-packager",
  "version": "0.0.45",
  "license": "Unlicense",
  "type": "module",
  "keywords": [
    "deep-package"
  ],
  "scripts": {
    "build": "tsc --project tsconfig.json; node automation/build.js",
    "unbuild": "tsc --project tsconfig.json; node automation/unbuild.js",
    "npm-pull": "npm-pull; npm run unbuild",
    "npm-release": "npm run build; npm run test; npm-release",
    "test": "npm run build && cross-env NODE_OPTIONS=--experimental-vm-modules jest --config jest.config.js test.js --testTimeout=50000 --detectOpenHandles"
  },
  "dependencies": {
    "@deep-foundation/core": "~0.0.1",
    "debug": "^4.3.4"
  },
  "devDependencies": {
    "@deep-foundation/deeplinks": "0.0.*",
    "@deep-foundation/npm-automation": "18.*.*",
    "@types/debug": "^4.1.8",
    "@types/jest": "^29.4.0",
    "jest": "^29.5.0",
    "jest-environment-jsdom": "^29.5.0",
    "semver": "^7.3.8",
    "ts-jest": "^29.0.5",
    "ts-node": "^10.9.1",
    "typescript": "^4.9.4"
  }
}
