-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.16 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.16 KB
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
{
"name": "mining-importer",
"version": "1.0.0",
"description": "",
"scripts": {
"test": "node --max_old_space_size=4096 -r ts-eager/register ./src/script/test.ts",
"generate-graphql": "graphql-codegen --config codegen.js"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@graphql-codegen/cli": "2.2.2",
"@graphql-codegen/introspection": "2.1.0",
"@graphql-codegen/typescript": "2.3.1",
"@graphql-codegen/typescript-graphql-request": "4.3.0",
"@graphql-codegen/typescript-operations": "2.2.0",
"@graphql-codegen/typescript-react-query": "3.1.1",
"@stacks/prettier-config": "^0.0.9",
"@stacks/stacks-blockchain-api-types": "0.71.2",
"@types/fs-extra": "^9.0.13",
"@types/node": "^17.0.8",
"@types/prettier": "^2.4.2",
"prettier": "2.5.0",
"react-query": "3.32.1",
"ts-eager": "2.0.2",
"typescript": "^4.5.2"
},
"dependencies": {
"@blockstack/stacks-transactions": "^0.7.0",
"axios": "^0.24.0",
"better-sqlite3": "^7.4.6",
"c32check": "^1.1.3",
"dotenv": "^11.0.0",
"got": "^12.0.1",
"graphql": "^16.2.0",
"js-sha512": "^0.8.0",
"secp256k1": "^4.0.3"
}
}