-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage_working.json
40 lines (40 loc) · 1.06 KB
/
package_working.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
{
"name": "@ecoinc/ecoism",
"version": "v0.0.3990-beta",
"description": "The Ecoism protocol is a decentralized intent based system that allows users to submit their intent to the network and have it fulfilled by a solver on the destination rollup of their choise.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"clean": "rimraf dist",
"prepack": "yarn clean && yarn build"
},
"homepage": "https://github.com/eco/ecoism#readme",
"bugs": {
"url": "https://github.com/eco/ecoism/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eco/ecoism.git"
},
"author": "Eco Engineering <[email protected]>",
"license": "MIT",
"keywords": [
"solidity",
"ethereum",
"ecoism",
"bend",
"protocol",
"rollup",
"solver"
],
"devDependencies": {
"rimraf": "^6.0.1"
},
"dependencies": {
"@hyperlane-xyz/registry": "^4.2.0",
"@hyperlane-xyz/sdk": "^5.1.0",
"@openzeppelin/contracts": "^5.0.2",
"@openzeppelin/contracts-upgradeable": "^5.0.2"
}
}