-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
29 lines (29 loc) · 818 Bytes
/
package.json
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
{
"name": "redstone-clarity-connector",
"version": "0.0.1",
"description": "RedStone Oracle Clarity connector smart contracts and TypeScript libraries",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MarvinJanssen/redstone-clarity-connector.git"
},
"keywords": [],
"author": "Marvin Janssen",
"license": "ISC",
"bugs": {
"url": "https://github.com/MarvinJanssen/redstone-clarity-connector/issues"
},
"homepage": "https://github.com/MarvinJanssen/redstone-clarity-connector#readme",
"devDependencies": {
"@noble/hashes": "1.0.0",
"micro-stacks": "0.2.3",
"redstone-node": "0.4.27",
"ts-node": "10.6.0"
}
}