2022-08-15 14:57:57 +02:00
|
|
|
{
|
2022-08-22 14:19:50 +02:00
|
|
|
"name": "ocean-ens-proxy",
|
|
|
|
"description": "Ocean Protocol ENS Proxy Server",
|
2022-08-15 14:57:57 +02:00
|
|
|
"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",
|
2022-08-22 15:03:45 +02:00
|
|
|
"type-check": "tsc --noEmit"
|
2022-08-15 14:57:57 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-08-22 14:54:07 +02:00
|
|
|
"ethers": "^5.7.0"
|
2022-08-15 14:57:57 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-08-19 14:53:53 +02:00
|
|
|
"@types/react": "^18.0.17",
|
2022-08-15 14:57:57 +02:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.28.0",
|
|
|
|
"@typescript-eslint/parser": "^5.29.0",
|
2022-08-22 14:42:40 +02:00
|
|
|
"@vercel/node": "^2.5.8",
|
2022-08-15 14:57:57 +02:00
|
|
|
"eslint": "^8.18.0",
|
|
|
|
"eslint-config-prettier": "^8.5.0",
|
|
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
|
|
"husky": "^7.0.0",
|
|
|
|
"prettier": "^2.7.1",
|
|
|
|
"pretty-quick": "^3.1.3",
|
|
|
|
"typescript": "4.7.3"
|
|
|
|
}
|
|
|
|
}
|