Skip to content
Snippets Groups Projects
Select Git revision
  • 165664947e6b5f7a60aa8c5c85a11fecb64d5dea
  • master default protected
  • v1.22.9
  • v1.22.8
  • v1.22.7
  • v1.22.6
  • v1.22.5
  • v1.22.4
  • v1.22.3
  • v1.22.1
  • v1.22.0
  • v1.21.0
  • v1.20.5
  • v1.20.4
  • v1.20.3
  • v1.20.2
  • v1.20.1
  • v1.20.0
  • v1.19.0
  • v1.18.3
  • v1.18.2
  • v1.18.1
22 results

aws.xml

Blame
  • package.json 1.17 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-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"
      }
    }