mirror of
https://github.com/wharfkit/example-nodejs.git
synced 2026-07-21 16:03:28 +00:00
14 lines
415 B
JSON
14 lines
415 B
JSON
{
|
|
"name": "@wharfkit/example-nodejs",
|
|
"version": "1.0.0",
|
|
"description": "An example using the @wharfkit/session library in a nodejs application",
|
|
"main": "index.js",
|
|
"repository": "https://github.com/wharfkit/example-nodejs",
|
|
"author": "Aaron Cox <aaron@greymass.com>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@wharfkit/session": "^1.0.0",
|
|
"@wharfkit/wallet-plugin-privatekey": "^1.0.0"
|
|
}
|
|
}
|