-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
35 lines (35 loc) · 1.38 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
{
"name": "aza-eos",
"version": "1.0.0",
"description": "Azarus smart contracts on EOS",
"main": "deploy.js",
"scripts": {
"test": "node deploy.js templates/default.yml",
"localtest": "keosd --http-server-address=0.0.0.0:5555 & exec nodeos -e -p eosio --plugin eosio::producer_plugin --plugin eosio::chain_api_plugin --plugin eosio::history_plugin --plugin eosio::history_api_plugin --plugin eosio::http_plugin -d /tmp --config-dir . -c nodeos_config.ini --http-server-address=0.0.0.0:7777 --access-control-allow-origin=* --contracts-console --http-validate-host=false --filter-on='*' & sleep 5 &&cleos wallet create --to-console && cleos wallet import --private-key 5KQwrPbwdL6PhXujxW37FSSQZ1JiwsST4cqQzDeyXtP79zkvFD3 && node deploy.js templates/default.yml"
},
"repository": {
"type": "git",
"url": "git+https://github.com/azarusio/aza-eos.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/azarusio/aza-eos/issues"
},
"homepage": "https://github.com/azarusio/aza-eos#readme",
"dependencies": {
"assert": "^1.4.1",
"chai": "^4.2.0",
"eosjs": "^20.0.0-beta3",
"folder-hash": "^2.1.2",
"lodash": "^4.17.11",
"mocha": "^5.2.0",
"mocha-steps": "^1.1.0",
"node-fetch": "^2.3.0",
"request": "^2.88.0",
"should": "^13.2.3",
"uuid": "^3.3.2",
"yaml": "^1.1.0",
"yawn-yaml": "^1.3.4"
}
}