UNPKG

1.37 kBJSONView Raw
1{
2 "name": "@sonicswap/core",
3 "description": "🎛 Core contracts for the Sonicswap exchanges",
4 "version": "1.0.2",
5 "repository": {
6 "type": "git",
7 "url": "https://github.com/SonicSwap/sonicswap-core"
8 },
9 "keywords": [
10 "uniswap",
11 "ethereum",
12 "v2",
13 "core",
14 "uniswap-v2",
15 "sonic"
16 ],
17 "files": [
18 "contracts",
19 "build"
20 ],
21 "engines": {
22 "node": "=12.0.0"
23 },
24 "devDependencies": {
25 "@ethersproject/solidity": "^5.1.0",
26 "@types/chai": "^4.2.6",
27 "@types/mocha": "^5.2.7",
28 "chai": "^4.2.0",
29 "dotenv": "^8.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 "dependencies": {
40 "@harmony-js/core": "^0.1.57",
41 "@harmony-js/utils": "^0.1.56",
42 "truffle": "^5.1.41",
43 "truffle-flattener": "^1.4.4",
44 "truffle-hdwallet-provider": "^1.0.17",
45 "tslib": "^2.2.0"
46 },
47 "scripts": {
48 "lint": "yarn prettier ./test/*.ts --check",
49 "lint:fix": "yarn prettier ./test/*.ts --write",
50 "clean": "rimraf ./build/",
51 "precompile": "yarn clean",
52 "compile": "waffle .waffle.json",
53 "pretest": "yarn compile",
54 "test": "mocha",
55 "prepublishOnly": "yarn test"
56 },
57 "license": "GPL-3.0-or-later"
58}