-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.15 KB
/
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
46
47
48
49
50
51
52
53
54
55
{
"name": "@solidstate/hardhat-txn-dot-xyz",
"version": "0.3.0",
"license": "MIT",
"description": "Generate and execute on-chain transactions via txn.xyz",
"keywords": [
"hardhat",
"buidler",
"txn-dot-xyz",
"txn",
"ethers",
"web3",
"solidity",
"solc",
"smart-contracts",
"ethereum",
"blockchain",
"wow"
],
"repository": "github:solidstate-network/hardhat-txn-dot-xyz",
"author": "Nick Barry",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"scripts": {
"build": "tsc --build",
"prepare": "husky",
"prettier": "prettier --write ."
},
"files": [
"dist/",
"src/"
],
"dependencies": {
"open": "^8.4.0",
"query-string": "^7.1.1"
},
"peerDependencies": {
"hardhat": "^2.0.0"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/chai": "^4.3.19",
"@types/mocha": "^10.0.6",
"chai": "^4.4.1",
"hardhat": "^2.22.4",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
},
"publishConfig": {
"access": "public"
}
}