@htsoft/lottery-utils
Version:
Lottery Random contracts using Chainlink VRF
60 lines (59 loc) • 1.58 kB
JSON
{
"name": "@htsoft/lottery-utils",
"version": "1.0.2",
"private": false,
"homepage": "https://www.npmjs.com/package/@htsoft/lottery-math-utils",
"repository": {
"type": "git",
"url": "git+https://github.com/jack-ht/lottery-math-utils.git"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"test": "echo \"Error: no test specified\""
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-etherscan": "^2.1.1",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@typechain/ethers-v5": "^6.0.4",
"@types/chai": "^4.2.15",
"@types/chai-as-promised": "^7.1.3",
"@types/mocha": "^8.2.1",
"@types/node": "^14.14.35",
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"ethereum-waffle": "^3.3.0",
"ethers": "^5.0.32",
"hardhat": "^2.1.1",
"hardhat-typechain": "^0.3.5",
"prettier": "^2.2.1",
"ts-generator": "^0.1.1",
"ts-node": "^9.1.1",
"typechain": "^4.0.3",
"typescript": "^4.2.3"
},
"dependencies": {
"@chainlink/contracts": "^0.0.8",
"@chainlink/test-helpers": "0.0.2",
"openzeppelin-solidity": "^3.0.0",
"dotenv": "^8.2.0",
"fs-extra": "^9.1.0",
"minimist": "^1.2.5",
"solidity-coverage": "^0.7.16"
},
"description": "Lottery Random contracts using Chainlink VRF",
"bugs": {
"url": "https://github.com/jack-ht/lottery-math-utils/issues"
},
"keywords": [
"Lottery",
"Smartcontracts",
"Blockchain"
],
"author": "Jack",
"license": "MIT"
}