mirror of
https://github.com/Mintplex-Labs/nut.js.git
synced 2026-07-01 20:04:00 -04:00
2376e3c5f9
* Updated changelog * Version bump to v4.2.0
32 lines
823 B
JSON
32 lines
823 B
JSON
{
|
|
"name": "@nut-tree/provider-interfaces",
|
|
"version": "4.2.0",
|
|
"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": {
|
|
"@nut-tree/shared": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"@nut-tree/configs": "workspace:*"
|
|
}
|
|
}
|