-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
24 lines (24 loc) · 902 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": "tezos-swap",
"version": "1.0.0",
"description": "The front end needs to always batch together two transactions.",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"compile": "~/smartpy-cli/SmartPy.sh compile contracts/xtzfa2swap.py compilation/swap",
"test": "~/smartpy-cli/SmartPy.sh test test/xtzfa2swap_test.py compilation --html --purge",
"deploy": "~/smartpy-cli/SmartPy.sh originate-contract --code compilation/swap/step_000_cont_0_contract.tz --storage compilation/swap/step_000_cont_0_storage.tz --rpc https://ithacanet.smartpy.io/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/johnnyshankman/tezos-swap.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/johnnyshankman/tezos-swap/issues"
},
"homepage": "https://github.com/johnnyshankman/tezos-swap#readme"
}