UNPKG

@nik_flare/flare-periphery-test

Version:

Smart contracts for all Flare chains

57 lines (56 loc) 1.5 kB
{ "name": "@nik_flare/flare-periphery-test", "description": "Smart contracts for all Flare chains", "version": "0.0.3", "author": "Flare Network", "license": "MIT", "keywords": [ "flare", "flarenetwork", "songbird", "smart contracts", "defi", "state connector", "ftso" ], "files": [ "coston", "coston2", "songbird", "flare", "examples" ], "dependencies": { "@openzeppelin/contracts": "^4.6.0", "hardhat": "^2.22.5" }, "devDependencies": { "prettier": "^3.0.0", "prettier-plugin-solidity": "^1.4.2" }, "prettier": { "printWidth": 120, "semi": true, "singleQuote": false, "trailingComma": "es5", "tabWidth": 4, "arrowParens": "avoid", "plugins": [ "prettier-plugin-solidity" ], "overrides": [ { "files": "*.sol", "options": { "parser": "solidity-parse", "printWidth": 80, "tabWidth": 4, "useTabs": false, "singleQuote": false, "bracketSpacing": false } } ] }, "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" }