{
  "name": "jsonlang-js",
  "version": "0.6.5",
  "license": "MIT",
  "description": "Json Programming Language",
  "funding": [
    {
      "type": "github",
      "url": "https://github.com/sponsors/ahmed-medhat-tawfiq"
    },
    {
      "type": "opencollective",
      "url": "https://opencollective.com/jsonlang-js"
    }
  ],
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "type": "commonjs",
  "homepage": "https://jsonlang.dev",
  "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 --coverage"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/JsonlangJs/jsonlang-js.git"
  },
  "keywords": [
    "rules",
    "conditions",
    "json-rules",
    "JsonLang",
    "JsonRules",
    "json-programming",
    "json-language",
    "json-code",
    "json-conditions"
  ],
  "author": "https://github.com/ahmed-medhat-tawfiq",
  "bugs": {
    "url": "https://github.com/JsonlangJs/jsonlang-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": {
  }
}
