{
  "name": "php-array-reader",
  "version": "2.1.4",
  "description": "Reads PHP arrays from a string into a JavaScript object",
  "main": "index.js",
  "types": "index.d.ts",
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "scripts": {
    "build": "tsc",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bartvanraaij/php-array-reader.git"
  },
  "keywords": [
    "php",
    "array"
  ],
  "author": "Bart van Raaij <info@bartvanraaij.nl>",
  "license": "MIT",
  "homepage": "https://github.com/bartvanraaij/php-array-reader#readme",
  "dependencies": {
    "php-parser": "^3.1.5"
  },
  "devDependencies": {
    "jest": "^29.6.2",
    "typescript": "^5.1.6"
  }
}
