UNPKG

1.5 kBJSONView Raw
1{
2 "name": "@eliteswap/v2-periphery",
3 "version": "2.1.1",
4 "description": "🎚 Peripheral smart contracts for interacting with Elite Swap V2",
5 "engines": {
6 "node": ">=10"
7 },
8 "homepage": "https://eliteswap.org",
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/EthereumEliteswap/eliteswap-v2-periphery.git"
12 },
13 "files": [
14 "build",
15 "contracts"
16 ],
17 "dependencies": {
18 "@eliteswap/lib": "^2.0.0",
19 "@eliteswap/v2-core": "2.0.5",
20 "@truffle/hdwallet-provider": "^1.2.3"
21 },
22 "devDependencies": {
23 "@types/chai": "^4.2.6",
24 "@types/mocha": "^5.2.7",
25 "chai": "^4.2.0",
26 "ethereum-waffle": "^2.4.1",
27 "ethereumjs-util": "^6.2.0",
28 "mocha": "^6.2.2",
29 "ncp": "^2.0.0",
30 "prettier": "^1.19.1",
31 "rimraf": "^3.0.0",
32 "solc": "0.6.6",
33 "ts-node": "^8.5.4",
34 "typescript": "^3.7.3"
35 },
36 "scripts": {
37 "lint": "yarn prettier ./test/*.ts --check",
38 "lint:fix": "yarn prettier ./test/*.ts --write",
39 "clean": "rimraf ./build/",
40 "precompile": "yarn clean",
41 "compile": "waffle .waffle.json",
42 "pretest": "yarn compile",
43 "test": "mocha",
44 "prepublishOnly": "yarn test"
45 },
46 "license": "GPL-3.0-or-later",
47 "bugs": {
48 "url": "https://github.com/EthereumEliteswap/eliteswap-v2-periphery/issues"
49 },
50 "main": "index.js",
51 "directories": {
52 "test": "test"
53 },
54 "keywords": [
55 "eliteswap",
56 "ethereum",
57 "v2",
58 "periphery",
59 "eliteswap-v2"
60 ],
61 "author": ""
62}