mirror of
https://github.com/Mintplex-Labs/nut.js.git
synced 2026-07-25 20:45:27 -04:00
31 lines
858 B
JSON
31 lines
858 B
JSON
{
|
|
"name": "@mintplex-labs/nut-js-provider-interfaces",
|
|
"version": "4.2.3",
|
|
"description": "Public provider interfaces for @nut-tree/nut-js",
|
|
"main": "dist/index",
|
|
"typings": "dist/index",
|
|
"scripts": {
|
|
"clean": "rimraf dist",
|
|
"compile": "pnpm run clean && tsc -p .",
|
|
"publish:next": "pnpm publish --tag next --no-git-checks",
|
|
"publish:release": "pnpm publish --no-git-checks",
|
|
"prepublishOnly": "pnpm run compile",
|
|
"typedoc": "typedoc --out docs"
|
|
},
|
|
"keywords": [
|
|
"nut-js",
|
|
"provider"
|
|
],
|
|
"author": {
|
|
"name": "dry Software UG (haftungsbeschränkt)",
|
|
"email": "info@dry.software",
|
|
"url": "https://dry.software"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@mintplex-labs/nut-js-shared": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"@mintplex-labs/nut-js-configs": "workspace:*"
|
|
}
|
|
} |