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
35 lines
965 B
JSON
35 lines
965 B
JSON
{
|
|
"name": "@nut-tree/shared",
|
|
"version": "4.2.0",
|
|
"description": "Shared objects, data types and functions for @nut-tree/nut-js",
|
|
"main": "dist/index",
|
|
"typings": "dist/index",
|
|
"scripts": {
|
|
"test": "jest --runInBand",
|
|
"coverage": "jest --coverage --runInBand --logHeapUsage",
|
|
"coverage:clean": "rimraf coverage",
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"node-abort-controller": "3.1.1",
|
|
"jimp": "0.22.10"
|
|
},
|
|
"devDependencies": {
|
|
"@nut-tree/configs": "workspace:*"
|
|
},
|
|
"keywords": [
|
|
"nut-js"
|
|
],
|
|
"author": {
|
|
"name": "dry Software UG (haftungsbeschränkt)",
|
|
"email": "info@dry.software",
|
|
"url": "https://dry.software"
|
|
},
|
|
"license": "Apache-2.0"
|
|
}
|