Something went wrong on our end
Select Git revision
package.json
-
Volker Schukai authoredVolker Schukai authored
This project manages its dependencies using npm.
Learn more
package.json 1.11 KiB
{
"name": "monster",
"version": "0.1.21",
"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"
},
"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",
"es6-fix": "link:@pixi/jsdoc-template/plugins/es6-fix",
"esbuild": "^0.14.53",
"flow-bin": "^0.184.0",
"fs": "^0.0.1-security",
"jsdoc": "^3.6.11",
"jsdoc-plantuml": "^1.0.2",
"jsdom": "^20.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"
}
}