-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.45 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
{
"name": "corex-sfc",
"version": "1.0.1-RC",
"description": "Special Fee Contract",
"scripts": {
"lint:js": "eslint \"test/*.js\"",
"lint:js-fix": "eslint \"test/*.js\" --fix",
"lint": "npm run lint:sol",
"lint:sol": "solhint \"contracts/**/*.sol\"",
"build": "truffle build",
"test": "truffle test",
"truffle": "truffle",
"flatten": "rm -rf contracts/Flattened.sol && truffle-flattener contracts/sfc/SFC.sol >> contracts/Flattened.sol"
},
"devDependencies": {
"@openzeppelin/contracts": "^2.5.1",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-register": "^6.26.0",
"bignumber.js": "^9.0.0",
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"chai-bignumber": "^3.0.0",
"eslint": "^6.2.2",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-hooks": "^1.7.0",
"ethereumjs-testrpc-sc": "^6.5.1-sc.0",
"karma": "^4.3.0",
"lodash": "^4.17.15",
"openzeppelin-test-helpers": "^0.4.3",
"solhint": "^3.3.4",
"solidity-coverage": "^0.7.15",
"truffle-flattener": "^1.5.0",
"web3-utils": "^1.2.1"
},
"repository": {
"type": "git",
"url": "https://github.com/corex-mn/corex-sfc.git"
},
"author": "Corex LLC",
"license": "MIT",
"dependencies": {
"npm": "^7.6.3"
}
}