{
  "name": "vormula",
  "version": "0.4.1",
  "description": "A simple form model library for Vue.js applications.",
  "author": "Equalogic Ltd",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/equalogic/vormula.git"
  },
  "scripts": {
    "prebuild": "rimraf dist && npm run barrels:generate",
    "build": "tsc -p tsconfig.build.json",
    "postbuild": "cp package.json README.md dist/",
    "format": "prettier --write .",
    "lint": "eslint --ext .ts --ignore-path .gitignore .",
    "lint:fix": "eslint --ext .ts --ignore-path .gitignore . --fix",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:ci": "jest --ci --runInBand --testLocationInResults",
    "version": "npm run build",
    "postversion": "npm run postbuild",
    "release": "np --contents dist/",
    "barrels:generate": "barrelsby --config barrelsby.json"
  },
  "dependencies": {
    "lodash.isplainobject": "^4.0.6",
    "lodash.mapvalues": "^4.6.0"
  },
  "optionalDependencies": {},
  "peerDependencies": {},
  "devDependencies": {
    "@types/jest": "29.5.8",
    "@types/lodash.isplainobject": "4.0.9",
    "@types/lodash.mapvalues": "4.6.9",
    "@typescript-eslint/eslint-plugin": "6.11.0",
    "@typescript-eslint/parser": "6.11.0",
    "barrelsby": "2.8.1",
    "eslint": "8.53.0",
    "eslint-config-prettier": "9.0.0",
    "eslint-plugin-import": "2.29.0",
    "eslint-plugin-jest": "27.6.0",
    "eslint-plugin-node": "11.1.0",
    "eslint-plugin-promise": "6.1.1",
    "jest": "29.7.0",
    "jest-github-actions-reporter": "1.0.3",
    "mkdirp": "3.0.1",
    "np": "8.0.4",
    "prettier": "2.8.8",
    "rimraf": "5.0.5",
    "ts-jest": "29.1.1",
    "typescript": "5.2.2"
  },
  "main": "index.js",
  "types": "index.d.ts"
}
