UNPKG

@abacus-network/helloworld

Version:
63 lines 1.87 kB
{ "name": "@abacus-network/helloworld", "description": "A basic skeleton of an Abacus app", "version": "0.5.0", "dependencies": { "@abacus-network/sdk": "^0.4.0", "@abacus-network/utils": "^0.4.0", "@openzeppelin/contracts-upgradeable": "^4.6.0", "ethers": "^5.6.8" }, "devDependencies": { "@nomiclabs/hardhat-ethers": "^2.0.5", "@nomiclabs/hardhat-waffle": "^2.0.2", "@trivago/prettier-plugin-sort-imports": "^3.2.0", "@typechain/ethers-v5": "10.0.0", "@typechain/hardhat": "^6.0.0", "@types/mocha": "^9.1.0", "@typescript-eslint/eslint-plugin": "^5.27.0", "@typescript-eslint/parser": "^5.27.0", "chai": "^4.3.0", "eslint": "^8.16.0", "eslint-config-prettier": "^8.5.0", "ethereum-waffle": "^3.4.4", "hardhat": "^2.8.4", "hardhat-gas-reporter": "^1.0.7", "prettier": "^2.4.1", "prettier-plugin-solidity": "^1.0.0-beta.5", "solhint": "^3.3.2", "solhint-plugin-prettier": "^0.0.5", "solidity-coverage": "^0.7.14", "ts-node": "^10.8.0", "typechain": "8.0.0", "typescript": "^4.7.2" }, "files": [ "/dist", "/contracts" ], "homepage": "https://www.useabacus.network", "keywords": [ "Abacus", "HelloWorld", "Solidity", "Typescript" ], "license": "Apache-2.0", "main": "dist/src/index.js", "packageManager": "yarn@3.2.0", "repository": { "type": "git", "url": "https://github.com/abacus-network/abacus-app-template" }, "scripts": { "build": "hardhat compile && tsc", "clean": "hardhat clean && rm -rf dist cache src/types", "coverage": "hardhat coverage", "lint": "eslint . --ext .ts", "prettier": "prettier --write ./contracts ./src", "test": "hardhat test ./src/test/**/*.test.ts", "sync": "ts-node scripts/sync-with-template-repo.ts" }, "types": "dist/src/index.d.ts" }