mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-19 19:25:51 +00:00
19 lines
413 B
JSON
19 lines
413 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": "*",
|
|
"babel-cli": "^6.0.0",
|
|
"babel-preset-es2015": "*"
|
|
},
|
|
"babel": {
|
|
"presets": ["es2015"]
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "*"
|
|
}
|
|
}
|