{
  "name": "results-js",
  "version": "1.0.1",
  "description": "A library offering functional and object-oriented programming tools for state and error management, compatible with both TypeScript and JavaScript projects.",
  "main": "dist/index.js",
  "scripts": {
    "build": "tsc",
    "prepare": "npm run build",
    "test": "mocha --extension ts 'test/**/*.test.ts' -r ts-node/register -r ./test/test-setup.ts -t 5000",
    "test:watch": "nodemon --ext ts --watch 'src' --watch 'test' --exec 'mocha --extension ts \"test/**/*.test.ts\" -r ts-node/register -r ./test/test-setup.ts -t 5000'"
  },
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/richardbumbury/results-js.git"
  },
  "keywords": [
    "developer-tools",
    "software-design-patterns",
    "functional-utils",
    "object-oriented-utils",
    "reactive-programming",
    "functional-programming",
    "object-oriented-programming",
    "functional-object-oriented-integration",
    "typescript-library",
    "javascript-library",
    "typescript-framework",
    "javascript-framework",
    "typescript-components",
    "javascript-components",
    "typescript-state-management",
    "javascript-state-management",
    "state-management",
    "immutable-state"
  ],
  "author": "Richard Bumbury",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/richardbumbury/results-js/issues"
  },
  "homepage": "https://github.com/richardbumbury/results-js#readme",
  "devDependencies": {
    "@types/chai": "^4.3.10",
    "@types/chai-as-promised": "^7.1.8",
    "@types/deep-diff": "^1.0.5",
    "@types/lodash.clonedeep": "^4.5.9",
    "@types/mocha": "^10.0.4",
    "@types/node": "^20.9.2",
    "@types/sinon": "^17.0.3",
    "@types/sinon-chai": "^3.2.12",
    "chai": "^4.3.10",
    "chai-as-promised": "^7.1.1",
    "mocha": "^10.2.0",
    "nodemon": "^3.0.3",
    "sinon": "^17.0.1",
    "sinon-chai": "^3.7.0",
    "ts-mocha": "^10.0.0",
    "typescript": "^5.3.2"
  },
  "dependencies": {
    "deep-diff": "^1.0.2",
    "lodash.clonedeep": "^4.5.0"
  }
}
