home / packages / non_npm_packages

non_npm_packages: 01-finance/flux, package.json

This data as json

commit contents organization path repository
c33102946e9a9542e7d7b1b348159e93f0e3b114
{
    "author": "FluxTeam",
    "bugs": {
        "url": "https://github.com/01-finance/flux/issues"
    },
    "description": "flux defi protocol",
    "devDependencies": {
        "@chainlink/contracts": "^0.1.6",
        "@openzeppelin/cli": "^2.8.2",
        "@openzeppelin/contracts": "^3.1.0",
        "@openzeppelin/test-environment": "^0.1.4",
        "@openzeppelin/test-helpers": "^0.5.6",
        "@openzeppelin/upgrades": "^2.8.0",
        "@truffle/hdwallet-provider": "^1.2.2",
        "bignumber.js": "^9.0.0",
        "chai": "^4.2.0",
        "mocha": "^7.2.0",
        "prettier": "^2.2.1",
        "prettier-plugin-solidity": "^1.0.0-beta.5",
        "solhint": "^3.3.2"
    },
    "homepage": "https://github.com/01-finance/flux#readme",
    "keywords": [
        "DeFi",
        "Contract",
        "Lending"
    ],
    "license": "MIT",
    "main": "",
    "name": "flux-protocol",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/01-finance/flux.git"
    },
    "scripts": {
        "buildAPIDoc": "npx solidity-docgen -o ./doc/.temp_api  -t ./doc/template",
        "compile": "oz compile",
        "lint": "prettier --write contracts/**/*.sol && solhint -f unix contracts/**/*.sol",
        "node": "npx ganache-cli -d",
        "prettier:solidity": "prettier --write 'contracts/**/*.sol'",
        "test": "oz compile && mocha --exit  --timeout 80000 --recursive ./test/*.test.js",
        "testOne": "oz compile && mocha --timeout 80000 --exit $1"
    },
    "version": "1.0.0"
}
01-finance package.json 01-finance/flux
Powered by Datasette · Queries took 0.506ms