Something went wrong on our end
Select Git revision
common-packages.nix
-
Volker Schukai authoredVolker Schukai authored
package.json 1.24 KiB
{
"name": "monster",
"version": "2.0.0",
"description": "monster",
"repository": {
"type": "git",
"url": "https://gitlab.schukai.com/oss/libraries/javascript/monster.git"
},
"scripts": {
"build": "echo \"Error: 'build' is not a supported command.\" && exit 0",
"test": "npx mocha --recursive test/cases/",
"web-test": "script/web-test.sh",
"publish": "script/release-and-publish.sh",
"build-doc": "script/build-doc.sh"
},
"type": "module",
"keywords": [],
"author": "schukai GmbH",
"license": "see LICENSE file",
"devDependencies": {
"@peculiar/webcrypto": "^1.4.0",
"btoa": "^1.2.1",
"c8": "^7.12.0",
"chai": "^4.3.6",
"chai-dom": "^1.11.0",
"clean-jsdoc-theme": "^4.1.6",
"create-polyfill-service-url": "^2.2.6",
"crypt": "^0.0.2",
"esbuild": "^0.14.53",
"flow-bin": "^0.184.0",
"fs": "^0.0.1-security",
"graphviz": "^0.0.9",
"jsdoc": "^3.6.11",
"jsdoc-external-example": "github:volker-schukai/jsdoc-external-example",
"jsdoc-plantuml": "^1.0.2",
"jsdom": "^19.0.0",
"jsdom-global": "^3.0.2",
"mocha": "^10.0.0",
"node-plantuml": "^0.9.0",
"sinon": "^14.0.0",
"url": "^0.11.0",
"url-exist": "3.0.0",
"util": "^0.12.4"
}
}