{
  "name": "pyscript",
  "version": "1.0.6",
  "description": "A JavaScript library that includes functions that act as close as possible to the Python counterparts",
  "main": "index.js",
  "bin": "index.js",
  "directories": {
    "lib": "lib"
  },
  "scripts": {
    "start": "node index.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/im-lonely/Pyscript.git"
  },
  "keywords": [
    "python",
    "javascript",
    "pyscript"
  ],
  "author": "im-lonely",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/im-lonely/Pyscript/issues"
  },
  "homepage": "https://github.com/im-lonely/Pyscript#readme",
  "type": "module"
}
