ens-proxy/package.json
dependabot[bot] 717913c7a5
Bump eslint from 8.22.0 to 8.23.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.22.0 to 8.23.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.22.0...v8.23.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-01 08:54:42 +00:00

41 lines
1.3 KiB
JSON

{
"name": "ocean-ens-proxy",
"description": "Ocean Protocol ENS Proxy Server",
"version": "0.0.0",
"author": "Ocean Protocol <devops@oceanprotocol.com>",
"license": "Apache-2.0",
"scripts": {
"lint": "eslint --ignore-path .gitignore --ext .js --ext .ts --ext .tsx . && npm run type-check",
"clean": "rm -rf ./dist",
"format": "prettier --ignore-path .gitignore './**/*.{css,yml,js,ts,tsx,json}' --write",
"test:format": "npm run format && npm run lint",
"test:integration": "ts-mocha -p test/tsconfig.json --exit test/**/*.test.ts",
"test": "test:format && test:integration",
"type-check": "tsc --noEmit"
},
"dependencies": {
"ethers": "^5.7.0"
},
"devDependencies": {
"@types/chai": "^4.3.3",
"@types/glob": "^8.0.0",
"@types/mocha": "^9.1.1",
"@types/test-listen": "^1.1.0",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"@vercel/node": "^2.5.11",
"axios": "^0.27.2",
"chai": "^4.3.6",
"eslint": "^8.23.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"husky": "^8.0.1",
"prettier": "^2.7.1",
"pretty-quick": "^3.1.3",
"test-listen": "^1.1.0",
"ts-mocha": "^10.0.0",
"typescript": "4.8.2",
"vercel-node-server": "^2.2.1"
}
}