-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 775 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 775 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "etherscan-openapi",
"version": "0.1.0",
"type": "module",
"main": "",
"author": {
"name": "PurrProof",
"url": "https://github.com/PurrProof"
},
"scripts": {
"clean": "rimraf ./node_modules ./tests/openapi-ts/schema.d.ts",
"client": "pnpm openapi-typescript",
"lint:oa": "pnpm redocly lint etherscan",
"test:ts": "tsc --noEmit",
"test": "jest"
},
"devDependencies": {
"@redocly/cli": "^1.16.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.10",
"dotenv": "^16.4.5",
"jest": "^29.7.0",
"jest-fetch-mock": "^3.0.3",
"openapi-fetch": "^0.10.2",
"openapi-typescript": "^7.0.2",
"rimraf": "^6.0.1",
"ts-jest": "^29.2.2",
"ts-node": "^10.9.2",
"typescript": "^5.5.3"
}
}