-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
23 lines (23 loc) · 928 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
{
"name": "helios-book",
"version": "1.0.0",
"description": "This is meant to be the main documentation for the Helios programming language. Helios is a DSL for writing smart contracts for the Cardano blockchain. Suggestions are welcome on the the [Helios Discord](https://discord.gg/XTwPrvB25q). This book is hosted [here](https://www.hyperion-bt.org/helios-book/).",
"main": "inject-lib-docs.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "mdbook build",
"postbuild": "node ./postprocess.js",
"sync-helios": "cp -t ./node_modules/@hyperionbt/helios ../helios/helios.js ../helios/helios.d.ts"
},
"author": "",
"license": "ISC",
"dependencies": {
"@hyperionbt/helios": "^0.16.6",
"@jsdoc/ast": "^0.2.1",
"@jsdoc/parse": "^0.3.1",
"helios": "^0.0.5",
"typedoc": "^0.24.8",
"typedoc-plugin-markdown": "^3.15.3"
}
}