{
  "name": "isset-php",
  "version": "1.0.7",
  "description": "Safe and simple PHP isset() for JavaScript",
  "keywords": [
    "isset",
    "is",
    "set",
    "null",
    "undefined",
    "php",
    "javascript"
  ],
  "main": "src/index.js",
  "repository": "https://gitlab.com/enom/isset-php",
  "author": "Jonathan Ginn<enom@enom.ws>",
  "license": "Apache-2.0",
  "devDependencies": {
    "mocha": "^8.4.0",
    "nodemon": "^2.0.15",
    "standard": "^16.0.4"
  },
  "scripts": {
    "dev": "nodemon -w src/ -w test/ -x 'npm run test'",
    "prepublishOnly": "npm run test",
    "test": "standard && mocha"
  }
}
