UNPKG

1.3 kBJSONView Raw
1{
2 "name": "@galaxyfarms/periphery",
3 "version": "1.0.2",
4 "description": "🎚 Peripheral smart contracts for interacting with the galaxyfarms exchanges",
5 "repository": {
6 "type": "git",
7 "url": "https://github.com/galaxyfarms/galaxyfarms-periphery"
8 },
9 "files": [
10 "build",
11 "contracts"
12 ],
13 "dependencies": {
14 "@galaxyfarms/core": "1.0.1",
15 "@galaxyfarms/lib": "1.0.1",
16 "@harmony-js/core": "^0.1.57",
17 "@harmony-js/utils": "^0.1.56"
18 },
19 "devDependencies": {
20 "@ethersproject/solidity": "^5.1.0",
21 "@types/chai": "^4.2.6",
22 "@types/mocha": "^5.2.7",
23 "chai": "^4.2.0",
24 "ethereum-waffle": "^2.4.1",
25 "ethereumjs-util": "^6.2.0",
26 "mocha": "^6.2.2",
27 "ncp": "^2.0.0",
28 "prettier": "^1.19.1",
29 "rimraf": "^3.0.0",
30 "solc": "0.6.12",
31 "ts-node": "^8.5.4",
32 "typescript": "^3.7.3"
33 },
34 "scripts": {
35 "lint": "yarn prettier ./test/*.ts --check",
36 "lint:fix": "yarn prettier ./test/*.ts --write",
37 "clean": "rimraf ./build/",
38 "copy-v1-artifacts": "ncp ./buildV1 ./build",
39 "precompile": "yarn clean",
40 "compile": "waffle .waffle.json",
41 "postcompile": "yarn copy-v1-artifacts",
42 "pretest": "yarn compile",
43 "test": "mocha",
44 "prepublishOnly": "yarn test"
45 },
46 "license": "GPL-3.0-or-later"
47}