Files
xahau.js/packages/xrpl-models/package.json
2024-05-23 18:26:23 +02:00

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"
}
}