UNPKG

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