UNPKG

1.34 kBJSONView Raw
1{
2 "name": "@galaxyfarms/core",
3 "description": "🎛 Core contracts for the galaxyfarms exchanges",
4 "version": "1.0.2",
5 "repository": {
6 "type": "git",
7 "url": "https://github.com/galaxyfarms/galaxyfarms-core"
8 },
9 "keywords": [
10 "uniswap",
11 "ethereum",
12 "v2",
13 "core",
14 "uniswap-v2",
15 "galaxyfarms"
16 ],
17 "files": [
18 "contracts",
19 "build"
20 ],
21 "devDependencies": {
22 "@ethersproject/solidity": "^5.1.0",
23 "@types/chai": "^4.2.6",
24 "@types/mocha": "^5.2.7",
25 "chai": "^4.2.0",
26 "dotenv": "^8.2.0",
27 "ethereum-waffle": "^2.4.1",
28 "ethereumjs-util": "^6.2.0",
29 "mocha": "^6.2.2",
30 "prettier": "^1.19.1",
31 "rimraf": "^3.0.0",
32 "solc": "0.6.12",
33 "ts-node": "^8.5.4",
34 "typescript": "^3.7.3"
35 },
36 "dependencies": {
37 "@harmony-js/core": "^0.1.57",
38 "@harmony-js/utils": "^0.1.56",
39 "truffle": "^5.1.41",
40 "truffle-flattener": "^1.4.4",
41 "truffle-hdwallet-provider": "^1.0.17",
42 "tslib": "^2.2.0"
43 },
44 "scripts": {
45 "lint": "yarn prettier ./test/*.ts --check",
46 "lint:fix": "yarn prettier ./test/*.ts --write",
47 "clean": "rimraf ./build/",
48 "precompile": "yarn clean",
49 "compile": "waffle .waffle.json",
50 "pretest": "yarn compile",
51 "test": "mocha",
52 "prepublishOnly": "yarn test"
53 },
54 "license": "GPL-3.0-or-later"
55}