{
  "name": "@nexys/utils",
  "version": "3.9.16",
  "scripts": {
    "test": "rimraf dist/ && jest ",
    "build": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Nexysweb/utils"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/*"
  ],
  "dependencies": {},
  "devDependencies": {
    "@types/jest": "^26.0.20",
    "jest": "^26.6.3",
    "ts-jest": "^26.5.1",
    "typescript": "^4.1.5"
  }
}
