-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.78 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
{
"devDependencies": {
"prettier": "^2.8.3",
"prettier-plugin-solidity": "^1.1.1"
},
"name": "@thrackle-io/forte-rules-engine",
"version": "2.2.2",
"description": "Set of contracts to easily start an application in rules engine",
"dependencies": {
"@openzeppelin/contracts": "4.9.6",
"@openzeppelin/contracts-upgradeable": "4.9.6"
},
"files": [
"deployments",
"script/clientScripts",
"script/safe",
"script/versioning/to_relative.sh",
"script/DeployAllModulesPt1.s.sol",
"script/DeployAllModulesPt2.s.sol",
"script/DeployAllModulesPt3.s.sol",
"script/DeployAllModulesPt4.s.sol",
"script/DeployProcessorDiamond.s.sol",
"script/DiamondScriptUtil.sol",
"script/EnabledActionPerRuleArray.sol",
"script/ParseApplicationDeploy.sh",
"script/ParseProtocolDeploy.sh",
"script/RevertAFacetUpgrade.s.sol",
"script/SetupProtocolDeploy.sh",
"script/SubUpgradeableTokenForRegularToken.sh",
"script/UpgradeAProtocolFacet.s.sol",
"lib/diamond-std",
"src/client",
"src/common",
"src/example",
"src/protocol/economic/IRuleProcessor.sol",
"src/protocol/economic/AppAdministratorOnly.sol",
"src/protocol/economic/AppAdministratorOrOwnerOnly.sol",
"src/protocol/economic/RuleAdministratorOnly.sol",
"src/protocol/economic/AppAdministratorOnlyU.sol",
"src/protocol/economic/ruleProcessor/RuleCodeData.sol"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"install": "chmod +x script/versioning/to_relative.sh & ./script/versioning/to_relative.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thrackle-io/forte-rules-engine.git"
},
"author": "Thrackle",
"license": "SPDX-License-Identifier: BUSL-1.1",
"bugs": {},
"homepage": ""
}