{
  "name": "@bjia56/portable-python-3.13",
  "version": "0.1.17",
  "description": "Portable Python 3.13",
  "main": "./dist/index.js",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "cp ../../README.md . && cd ../nodejs && npm run build && cd - && tsup",
    "prepublishOnly": "npm run build",
    "postinstall": "node ./dist/index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bjia56/portable-python.git"
  },
  "keywords": [
    "python"
  ],
  "author": "Brett Jia",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/bjia56/portable-python/issues"
  },
  "homepage": "https://github.com/bjia56/portable-python",
  "dependencies": {},
  "devDependencies": {
    "@bjia56/portable-python": "file:../nodejs",
    "@types/node": "^20.11.6",
    "ts-node": "^10.9.2",
    "tsup": "^8.0.1",
    "typescript": "^5.3.3"
  }
}