{
  "name": "ts-get-set",
  "version": "2.1.0",
  "description": "100% Type safe get and set functions",
  "source": "src/index.ts",
  "main": "dist/index.js",
  "module": "dist/index.es.js",
  "exports": "./dist/index.modern.js",
  "scripts": {
    "test": "yarn test:types && jest",
    "test:coverage": "yarn test --collectCoverage",
    "test:types": "tsc --noEmit -p .",
    "build:micro": "rimraf dist && microbundle"
  },
  "keywords": [
    "get",
    "set",
    "typescript",
    "type safe",
    "get-set"
  ],
  "author": "Ayub Begimkulov",
  "license": "MIT",
  "devDependencies": {
    "@types/jest": "^26.0.20",
    "jest": "^26.6.3",
    "microbundle": "^0.13.0",
    "rimraf": "^3.0.2",
    "rollup": "^2.42.1",
    "rollup-plugin-size-snapshot": "^0.12.0",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-typescript2": "^0.30.0",
    "ts-jest": "^26.5.3",
    "typescript": "^4.2.3"
  },
  "files": [
    "dist",
    "logo-small.jpg"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/Ayub-Begimkulov/ts-get-set.git"
  },
  "bugs": {
    "url": "https://github.com/Ayub-Begimkulov/ts-get-set/issues"
  },
  "homepage": "https://github.com/Ayub-Begimkulov/ts-get-set#readme"
}
