Skip to content
Snippets Groups Projects
Select Git revision
  • b674da9ba474564da02f8249880ec461e204f656
  • master default protected
  • 1.31
  • 4.32.1
  • 4.32.0
  • 4.31.0
  • 4.30.1
  • 4.30.0
  • 4.29.1
  • 4.29.0
  • 4.28.0
  • 4.27.0
  • 4.26.0
  • 4.25.5
  • 4.25.4
  • 4.25.3
  • 4.25.2
  • 4.25.1
  • 4.25.0
  • 4.24.3
  • 4.24.2
  • 4.24.1
  • 4.24.0
23 results

package.json

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