mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-19 19:25:51 +00:00
14 lines
310 B
JSON
14 lines
310 B
JSON
{
|
|
"name": "my_ripple_experiment",
|
|
"version": "0.0.1",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"//": "Change the license to something appropriate. You may want to use 'UNLICENSED' if you are just starting out.",
|
|
"dependencies": {
|
|
"ripple-lib": "*"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "*"
|
|
}
|
|
}
|