-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 937 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 937 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": "@btc-vision/moto",
"version": "1.0.0",
"description": "Moto",
"main": "index.js",
"scripts": {
"build": "asc src/index.ts --target release --measure --uncheckedBehavior never"
},
"author": "BlobMaster41",
"license": "LICENSE.MD",
"devDependencies": {
"@btc-vision/assemblyscript": "^0.29.2",
"@types/node": "^25.3.0",
"prettier": "^3.8.1"
},
"keywords": [
"bitcoin",
"smart",
"contract",
"runtime",
"opnet",
"OP_NET",
"wrapped bitcoin",
"wbtc"
],
"homepage": "https://opnet.org",
"type": "module",
"dependencies": {
"@assemblyscript/loader": "^0.28.9",
"@btc-vision/as-bignum": "^0.1.2",
"@btc-vision/btc-runtime": "^1.11.0-rc.9",
"@btc-vision/opnet-transform": "^1.2.0",
"gulplog": "^2.2.0",
"ts-node": "^10.9.2"
}
}