Files
nut.js/core/shared/package.json
T
Simon Hofmann 2376e3c5f9 Release/v4.2.0 (#580)
* Updated changelog

* Version bump to v4.2.0
2024-04-11 10:12:42 +02:00

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