{
  "name": "@gizt/selector",
  "version": "1.0.11",
  "description": "JSON Selector",
  "keywords": [
    "json",
    "selector",
    "query",
    "path"
  ],
  "main": "dist/main/index.main.js",
  "module": "dist/module/index.module.js",
  "scripts": {
    "build": "run-p build:*",
    "build:main": "tsc -p .tsconfig/main.json",
    "build:module": "tsc -p .tsconfig/module.json",
    "build:single": "tsc -p .tsconfig/single.json",
    "dev": "tsc -w -p tsconfig.main.json",
    "test": "jest",
    "pre-release": "run-s build test"
  },
  "repository": {
    "url": "https://github.com/gizt/selector.git",
    "type": "git"
  },
  "jest": {
    "bail": true,
    "testEnvironment": "node",
    "testMatch": [
      "**/test/**/*.js"
    ]
  },
  "license": "MIT",
  "devDependencies": {
    "@types/node": "^18.0.0",
    "jest": "^28.0.3",
    "npm-run-all": "^4.1.5",
    "typescript": "^4.2.3"
  }
}
