-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 773 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 773 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
{
"name": "vibingdao",
"version": "1.0.0",
"description": "VibingDAO \u2014 OP_NET governance contract for the Vibecoding Challenge Week 3",
"type": "module",
"scripts": {
"build": "asc src/index.ts --target dao --measure --uncheckedBehavior never",
"format": "prettier --write .",
"lint": "eslint . --fix"
},
"dependencies": {
"@btc-vision/as-bignum": "^0.0.6",
"@btc-vision/btc-runtime": "1.10.12",
"@btc-vision/opnet-transform": "^0.1.12",
"@noble/curves": "^2.0.1"
},
"devDependencies": {
"@btc-vision/assemblyscript": "^0.29.2",
"@eslint/js": "^10.0.1",
"eslint": "^10.0.0",
"prettier": "^3.7.4",
"typescript-eslint": "^8.56.0"
}
}