-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 793 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 793 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
{
"name": "batch-protocol",
"version": "1.0.0",
"description": "Smart contract protocol for tokenised indexes",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"scripts": {
"compile": "./node_modules/.bin/truffle compile --all",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KianiteFinance/batch-protocol.git"
},
"author": "Kianite Limited",
"license": "ISC",
"bugs": {
"url": "https://github.com/KianiteFinance/batch-protocol/issues"
},
"homepage": "https://github.com/KianiteFinance/batch-protocol#readme",
"devDependencies": {
"@openzeppelin/contracts": "^3.1.0",
"truffle": "^5.1.62",
"web3": "^1.3.2"
},
"dependencies": {
"@chainlink/contracts": "^0.1.6"
}
}