forked from HeliosLang/compiler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
24 lines (24 loc) · 794 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
{
"name": "@hyperionbt/helios",
"type": "module",
"description": "Helios is a Domain Specific Language that compiles to Plutus-Core (i.e. Cardano on-chain validator scripts). Helios is a non-Haskell alternative to Plutus. This library contains a reference compiler for Helios, as well as transaction building functions.",
"version": "0.8.1",
"main": "helios.js",
"types": "helios.d.ts",
"directories": {
"doc": "doc",
"examples": "examples"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hyperion-bt/helios.git"
},
"author": "Christian Schmitz",
"license": "UNLICENSE",
"bugs": {
"url": "https://github.com/hyperion-bt/helios/issues"
},
"homepage": "https://github.com/hyperion-bt/helios#readme",
"devDependencies": {
}
}