{
  "name": "json-rules-js",
  "version": "0.1.8",
  "description": "Conditions and Rules in Json Format",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "type": "commonjs",
  "scripts": {
    "dev": "ts-node -r tsconfig-paths/register src/app/app.ts",
    "build": "rimraf ./dist/ && tsc",
    "release": "npm run build && npm publish --tag beta --access public",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ahmed-medhat-tawfiq/json-rules-js.git"
  },
  "keywords": [
    "rules",
    "conditions",
    "json-rules",
    "json-programming",
    "json-code",
    "json-conditions"
  ],
  "author": "https://github.com/ahmed-medhat-tawfiq",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ahmed-medhat-tawfiq/json-rules-js/issues",
    "email": "ahmed.medhat.tawfiq@gmail.com"
  },
  "devDependencies": {
    "@types/jest": "^29.1.0",
    "@types/node": "^18.7.23",
    "jest": "^29.1.1",
    "rimraf": "^3.0.2",
    "ts-jest": "^29.0.3",
    "ts-node": "^10.9.1",
    "tsconfig-paths": "^4.1.0",
    "typescript": "^4.8.4"
  },
  "dependencies": {
  }
}
