forked from DogStark/Wordbloc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.22 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "spellbloc-contracts",
"version": "1.0.0",
"description": "Smart contracts for SpellBloc - Celo Proof of Ship submission",
"main": "index.js",
"scripts": {
"compile": "hardhat compile",
"test": "hardhat test",
"deploy:alfajores": "hardhat run scripts/deploy-celo-mainnet.js --network alfajores",
"deploy:celo": "hardhat run scripts/deploy-celo-mainnet.js --network celo",
"verify:celo": "hardhat verify --network celo",
"node": "hardhat node",
"clean": "hardhat clean",
"start": "node server.js"
},
"keywords": [
"solidity",
"ethereum",
"celo",
"education",
"nft",
"defi",
"minipay"
],
"author": "SpellBloc Team",
"license": "MIT",
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^3.0.0",
"@openzeppelin/contracts": "^4.9.6",
"dotenv": "^16.6.1",
"hardhat": "^2.28.6"
},
"dependencies": {
"@celo/contractkit": "^5.2.1"
},
"directories": {
"doc": "docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/llinsss/Wordbloc.git"
},
"type": "commonjs",
"bugs": {
"url": "https://github.com/llinsss/Wordbloc/issues"
},
"homepage": "https://github.com/llinsss/Wordbloc#readme"
}