|
|
@ -1,5 +1,5 @@ |
|
|
|
{ |
|
|
|
{ |
|
|
|
"name": "@harmony/core", |
|
|
|
"name": "@harmony-js/core", |
|
|
|
"version": "0.0.6", |
|
|
|
"version": "0.0.6", |
|
|
|
"description": "harmony core package", |
|
|
|
"description": "harmony core package", |
|
|
|
"main": "dist/index.js", |
|
|
|
"main": "dist/index.js", |
|
|
@ -17,12 +17,12 @@ |
|
|
|
"author": "neeboo@firestack.one", |
|
|
|
"author": "neeboo@firestack.one", |
|
|
|
"license": "ISC", |
|
|
|
"license": "ISC", |
|
|
|
"dependencies": { |
|
|
|
"dependencies": { |
|
|
|
"@harmony/account": "0.0.6", |
|
|
|
"@harmony-js/account": "0.0.6", |
|
|
|
"@harmony/contract": "0.0.6", |
|
|
|
"@harmony-js/contract": "0.0.6", |
|
|
|
"@harmony/crypto": "0.0.6", |
|
|
|
"@harmony-js/crypto": "0.0.6", |
|
|
|
"@harmony/network": "0.0.6", |
|
|
|
"@harmony-js/network": "0.0.6", |
|
|
|
"@harmony/transaction": "0.0.6", |
|
|
|
"@harmony-js/transaction": "0.0.6", |
|
|
|
"@harmony/utils": "0.0.6" |
|
|
|
"@harmony-js/utils": "0.0.6" |
|
|
|
}, |
|
|
|
}, |
|
|
|
"gitHead": "fcb10df63e2369534342a235edd70091154e2390" |
|
|
|
"gitHead": "4e20cd3884ccf4199497737b2bd474cb479c24c1" |
|
|
|
} |
|
|
|
} |
|
|
|