UNPKG

1.09 kBJSONView Raw
1{
2 "name": "@venomswap/lib",
3 "version": "1.0.0",
4 "description": "📖 Solidity libraries that are shared across Venomswap contracts",
5 "files": [
6 "contracts",
7 "!contracts/test"
8 ],
9 "homepage": "https://venomdao.org",
10 "repository": {
11 "url": "https://github.com/VenomProtocol/venomswap-lib",
12 "type": "git"
13 },
14 "bugs": {
15 "url": "https://github.com/VenomProtocol/venomswap-lib/issues"
16 },
17 "engines": {
18 "node": ">=10"
19 },
20 "devDependencies": {
21 "@types/chai": "^4.2.11",
22 "@types/mocha": "^7.0.2",
23 "chai": "^4.2.0",
24 "ethereum-waffle": "^3.0.0",
25 "mocha": "^7.1.1",
26 "prettier": "^2.1.2",
27 "prettier-plugin-solidity": "^1.0.0-alpha.59",
28 "rimraf": "^3.0.2",
29 "solc": "^0.6.12",
30 "solhint-plugin-prettier": "^0.0.5",
31 "ts-node": "^8.9.0",
32 "typescript": "^3.8.3"
33 },
34 "scripts": {
35 "lint": "prettier ./test/*.ts --check",
36 "precompile": "rimraf ./build/",
37 "compile": "waffle",
38 "pretest": "yarn compile",
39 "test": "mocha",
40 "prepublishOnly": "yarn test"
41 },
42 "license": "GPL-3.0-or-later"
43}