mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-12-06 17:27:59 +00:00
26 lines
475 B
JSON
26 lines
475 B
JSON
{
|
|
"name": "@transia/xrpl-models",
|
|
"version": "2.9.1",
|
|
"description": "",
|
|
"private": false,
|
|
"main": "dist/models/index.js",
|
|
"files": [
|
|
"dist/**/*"
|
|
],
|
|
"author": {
|
|
"name": "Denis Angell",
|
|
"url": "https://github.com/dangell7"
|
|
},
|
|
"license": "MIT",
|
|
"scripts": {},
|
|
"dependencies": {
|
|
"@types/node": "^20.4.2",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^5.1.6"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.0.0",
|
|
"npm": ">=7.0.0 < 10.0.0"
|
|
}
|
|
}
|