-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 914 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 914 Bytes
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
{
"name": "sealed-bid-auction-filecoin-testnet",
"version": "1.0.0",
"description": "sealed bid auction smart contract deployed on the filecoin calibration testnet",
"main": "index.js",
"scripts": {
"test": "forge test",
"compile": "forge build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/randa-mu/sealed-bid-auction-filecoin-testnet.git"
},
"keywords": [
"timelock",
"encryption",
"sealed-bid",
"smart",
"contract",
"solidity",
"filecoin",
"randamu"
],
"author": "najienka",
"license": "MIT",
"bugs": {
"url": "https://github.com/randa-mu/sealed-bid-auction-filecoin-testnet/issues"
},
"homepage": "https://github.com/randa-mu/sealed-bid-auction-filecoin-testnet#readme",
"devDependencies": {
"blocklock-js": "^0.0.7",
"dotenv": "^16.4.7",
"ts-node": "^10.9.2",
"typescript": "^5.7.3"
}
}