{
  "name": "@beyondcode/amazon-linux-2-v80",
  "version": "0.0.4",
  "license": "MIT",
  "main": "./dist/index.js",
  "homepage": "https://github.com/juicyfx/libphp",
  "repository": {
    "type": "git",
    "url": "https://github.com/juicyfx/libphp.git"
  },
  "devDependencies": {
    "@types/node": "^14.14.2",
    "jest": "^26.6.1",
    "typescript": "^4.0.3"
  },
  "files": [
    "dist",
    "native"
  ],
  "jest": {
    "testMatch": [
      "**/test/**/*.js"
    ]
  },
  "scripts": {
    "watch": "tsc --watch",
    "build": "tsc",
    "test": "jest",
    "test-watch": "jest --watch",
    "prepublishOnly": "tsc"
  }
}
