UNPKG

1.13 kBJSONView Raw
1{
2 "name": "@foxswap/core",
3 "description": "🎛 Core contracts for the FOX exchanges",
4 "version": "1.0.1",
5 "homepage": "https://farmersonly.fi",
6 "repository": {
7 "type": "git",
8 "url": "https://github.com/FarmersOnlyFi/foxswap-core"
9 },
10 "keywords": [
11 "uniswap",
12 "ethereum",
13 "v2",
14 "core",
15 "uniswap-v2",
16 "foxswap",
17 "farmersonly"
18 ],
19 "files": [
20 "contracts",
21 "build"
22 ],
23 "engines": {
24 "node": ">=10"
25 },
26 "devDependencies": {
27 "@types/chai": "^4.2.6",
28 "@types/mocha": "^5.2.7",
29 "chai": "^4.2.0",
30 "ethereum-waffle": "^2.4.1",
31 "ethereumjs-util": "^6.2.0",
32 "mocha": "^6.2.2",
33 "prettier": "^1.19.1",
34 "rimraf": "^3.0.0",
35 "solc": "0.6.12",
36 "ts-node": "^8.5.4",
37 "typescript": "^3.7.3"
38 },
39 "scripts": {
40 "lint": "yarn prettier ./test/*.ts --check",
41 "lint:fix": "yarn prettier ./test/*.ts --write",
42 "clean": "rimraf ./build/",
43 "precompile": "yarn clean",
44 "compile": "waffle .waffle.json",
45 "pretest": "yarn compile",
46 "test": "mocha",
47 "prepublishOnly": "yarn test"
48 },
49 "license": "GPL-3.0-or-later"
50}