{
  "name": "lonna",
  "version": "0.12.2",
  "main": "dist/index.js",
  "module": "dist/esm/index.js",
  "types": "dist/index.d.ts",
  "license": "MIT",
  "files": [
    "dist",
    "src"
  ],
  "devDependencies": {
    "@types/jest": "^26.0.10",
    "babel-jest": "^26.3.0",
    "concurrently": "^5.3.0",
    "jest": "^26.4.0",
    "nodemon": "^2.0.7",
    "ts-jest": "^26.4.0",
    "tsc-watch": "^4.2.9",
    "tsd": "^0.14.0",
    "typescript": "^4.2",
    "prettier": "^2.2.1"
  },
  "dependencies": {
    "optics-ts": "^1.2.0"
  },
  "peerDependencies": {},
  "scripts": {
    "build": "concurrently \"yarn build:esm\" \"yarn build:cjs\"",
    "build:esm": "tsc -p tsconfig.esm.json",
    "build:cjs": "tsc",
    "build:watch": "tsc-watch --onSuccess \"yarn build:esm\"",
    "test": "jest",
    "test:watch": "jest --watchAll",
    "tsd": "tsd",
    "tsd:watch": "nodemon --exec 'yarn tsd' --watch test-d --watch src -e ts",
    "prepublishOnly": "rm -rf dist && yarn build",
    "format": "prettier --write ."
  }
}
