-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.05 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "marlowe-wolfram-webdoc",
"version": "1.0.0",
"description": "",
"main": "index.ts",
"scripts": {
"docs-build": "markdown-docs build docs-src docs",
"docs-dev": "markdown-docs dev docs-src",
"dev-watch": "webpack watch",
"webpack": "webpack build",
"test": "npx ts-node test.ts"
},
"author": "",
"license": "ISC",
"dependencies": {
"assert": "^2.0.0",
"bigi": "^1.4.2",
"bip-schnorr": "^0.6.7",
"bip32": "^4.0.0",
"bitcoinjs-lib": "^6.1.3",
"browserify": "^17.0.0",
"darkreader": "^4.9.58",
"ecpair": "^2.1.0",
"ecurve": "^1.0.6",
"js-sha256": "^0.9.0",
"random-bytes": "^1.0.0",
"safe-buffer": "^5.2.1",
"schnorr-adaptor-points": "^0.1.0",
"tiny-secp256k1": "^2.2.2",
"util": "^0.12.5",
"wolfram-notebook-embedder": "^0.3.0"
},
"devDependencies": {
"markdown-docs": "dk14/markdown-docs#patch-1",
"node-polyfill-webpack-plugin": "^2.0.1",
"ts-loader": "^9.4.3",
"wasmify": "^4.0.0",
"webpack": "^5.88.1",
"webpack-cli": "^5.1.4"
}
}