{
  "name": "@ohoareau/crud-service",
  "version": "0.4.5",
  "license": "ISC",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "files": [
    "lib"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "tsc": "tsc",
    "test": "../../../node_modules/.bin/jest -c ../../../jest.config.js --rootDir=`pwd`"
  },
  "dependencies": {
    "uuid": "^3.3.2"
  },
  "gitHead": "67be6a1090eef0b780d5a9ec1292e5c57b7592d6"
}
