-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1004 Bytes
/
package.json
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "@gandalf-network/eyeofsauron",
"version": "1.0.12",
"description": "",
"main": "dist/index.js",
"bin": {
"eyeofsauron": "dist/index.js"
},
"files": [
"dist/**/*"
],
"scripts": {
"test": "npx jest",
"prebuild": "node prebuild-script.ts",
"build": "tsc && copyfiles -u 1 src/**/*.txt dist/"
},
"engines": {
"node": ">=18"
},
"keywords": [],
"author": "gandalf-network",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/gandalf-network/eyeofsauron.git"
},
"dependencies": {
"@babel/cli": "^7.24.7",
"@babel/core": "^7.24.7",
"@graphql-codegen/cli": "^5.0.2",
"axios": "^1.6.7",
"commander": "^12.0.0",
"inquirer": "^8.0.0",
"rimraf": "^5.0.5"
},
"devDependencies": {
"@types/inquirer": "^8.0.0",
"@types/jest": "^29.5.12",
"copyfiles": "^2.4.1",
"dotenv": "^16.4.5",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"typescript": "^5.3.3"
}
}