-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
102 lines (102 loc) · 3.2 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"name": "@windingtree/org.id-lif-deposit",
"version": "1.0.3",
"description": "ORG.ID Lif Deposit is Trustworthiness clue for the ORG.ID Protocol",
"directories": {
"test": "test",
"doc": "doc"
},
"scripts": {
"lint": "npx eslint test && npx solhint 'contracts/**/*.sol'",
"lint:fix": "npx eslint test --fix && npx solhint 'contracts/**/*.sol'",
"coverage": "hardhat coverage",
"compile": "hardhat compile",
"docgen": "hardhat docgen",
"test": "hardhat compile && hardhat test",
"verify": "npx truffle run verify --mode=quick --ci LifDeposit.sol",
"build:index": "node scripts/build-index.js > index.js",
"set-oz-version": "npx openzeppelin bump `node -e \"const p = require('./package.json');console.log(p.version);\"`",
"version": "npm run set-oz-version && git add .openzeppelin/project.json && npm run build:index",
"prebuild": "npm run clean",
"commit": "git-cz",
"changelog": "conventional-changelog -p angular -r 2 -i CHANGELOG.md -s"
},
"bin": {
"orgid-tools": "./scripts/tools/index.js"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/windingtree/org.id-lif-deposit"
},
"keywords": [
"org.id",
"deposit",
"lif",
"líf",
"orgid",
"winding-tree",
"security",
"encryption",
"smart-contract",
"solidity"
],
"main": "index.js",
"author": "Winding Tree Developers <dev@windingtree.com>",
"license": "GPL-3.0-only",
"dependencies": {
"@openzeppelin/contracts": "^4.5.0",
"@openzeppelin/contracts-upgradeable": "^4.5.2"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "npm:hardhat-deploy-ethers@^0.3.0-beta.13",
"@nomiclabs/hardhat-etherscan": "^3.0.3",
"@nomiclabs/hardhat-solhint": "^2.0.0",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@openzeppelin/hardhat-upgrades": "^1.17.0",
"@typechain/ethers-v5": "^10.0.0",
"@typechain/hardhat": "^6.0.0",
"@types/chai": "^4.3.0",
"@types/chai-as-promised": "^7.1.5",
"@types/mocha": "^9.1.0",
"@types/node": "^17.0.23",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"@windingtree/org.id": "1.0.1",
"chai": "^4.3.6",
"chai-as-promised": "^7.1.1",
"chai-ethers": "^0.0.1",
"conventional-changelog-cli": "^2.2.2",
"coveralls": "^3.1.1",
"dotenv": "^16.0.0",
"eslint": "^8.12.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^6.0.0",
"ethers": "^5.6.2",
"git-cz": "^4.8.0",
"hardhat": "^2.9.2",
"hardhat-deploy": "^0.11.4",
"hardhat-gas-reporter": "^1.0.8",
"mocha": "^9.2.2",
"mocha-chai-jest-snapshot": "^1.1.3",
"prettier": "^2.6.2",
"prettier-plugin-solidity": "^1.0.0-beta.19",
"solc": "^0.8.13",
"solhint": "^3.3.7",
"solhint-plugin-prettier": "^0.0.5",
"solidity-coverage": "^0.7.20",
"solidity-docgen": "^0.6.0-beta.8",
"ts-node": "^10.7.0",
"typechain": "^8.0.0",
"typescript": "^4.6.3"
},
"engines": {
"node": ">=16"
}
}