{
  "name": "skedify-uri-encoding",
  "version": "2.1.2",
  "description": "Encoding of JSON object",
  "license": "MIT",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "module": "dist/skedify-uri-encoding.esm.js",
  "files": [
    "dist",
    "src"
  ],
  "peerDependencies": {},
  "scripts": {
    "start": "tsdx watch",
    "build": "tsdx build",
    "test": "npm run test:client && npm run test:src --",
    "test:src": "tsdx test",
    "test:client": "node client/test/run.js ./client/test/*-test.js",
    "tdd": "npm run test -- --watch",
    "lint": "tsdx lint client",
    "format": "npm run lint -- --fix",
    "prepare": "husky install && tsdx build",
    "check-coverage": "npm run test -- --ci --coverage",
    "commit": "git-cz",
    "commit:lint": "commitlint --edit \"$1\"",
    "semantic-release": "semantic-release",
    "release-candidate": "npm_scripts/release-candidate.sh"
  },
  "prettier": {
    "printWidth": 80,
    "semi": true,
    "singleQuote": true,
    "trailingComma": "es5"
  },
  "homepage": "https://github.com/skedify/skedify-uri-encoding",
  "repository": {
    "type": "git",
    "url": "https://github.com/skedify/skedify-uri-encoding.git"
  },
  "author": {
    "name": "Skedify",
    "email": "info@skedify.co",
    "url": "https://www.skedify.me"
  },
  "keywords": [
    "skedify",
    "uri-encoding"
  ],
  "dependencies": {
    "json-stable-stringify": "^1.0.1"
  },
  "devDependencies": {
    "@commitlint/cli": "^12.1.4",
    "@commitlint/config-conventional": "^12.1.4",
    "@rollup/plugin-replace": "^2.4.2",
    "commitizen": "^4.2.4",
    "cross-env": "^7.0.3",
    "cz-conventional-changelog": "^3.3.0",
    "husky": "^6.0.0",
    "semantic-release": "^17.4.3",
    "tsdx": "^0.14.1",
    "tslib": "^2.2.0",
    "typescript": "^4.3.2"
  },
  "config": {
    "commitizen": {
      "path": "cz-conventional-changelog"
    }
  }
}
