-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.32 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
{
"scripts": {
"prettier": "npx prettier --write 'contracts/**/*.sol'"
},
"dependencies": {
"@openzeppelin/contracts": "^4.4.2",
"dotenv": "^14.2.0"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-etherscan": "^3.0.0",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@primitivefi/hardhat-dodoc": "^0.1.3",
"@types/chai": "^4.3.0",
"@types/mocha": "^8.2.3",
"@types/node": "^15.14.9",
"chai": "^4.3.4",
"ethereum-waffle": "^4.0.9",
"ethers": "^5.2.0",
"hardhat": "^2.3.0",
"node-fetch": "^2.6.1",
"prettier": "^2.5.1",
"prettier-plugin-solidity": "^1.0.0-beta.19",
"ts-node": "^10.4.0",
"typescript": "^4.5.4"
},
"name": "unicode-eth",
"description": "The Unicode Ethereum Project is an initiative to provide libraries and contracts for Unicode data, algorithms, and utilities for Ethereum developers.",
"version": "0.0.1",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/devstein/unicode-eth.git"
},
"keywords": [
"solidity",
"unicode",
"utf8",
"strings"
],
"author": "devstein",
"license": "MIT",
"bugs": {
"url": "https://github.com/devstein/unicode-eth/issues"
},
"homepage": "https://github.com/devstein/unicode-eth#readme"
}