Gitlab@Informatics

Skip to content
Snippets Groups Projects
Select Git revision
  • 0d3e953556c32790968eed65021730a880507378
  • main default protected
2 results

createtour.ejs

Blame
  • package.json 481 B
    {
      "name": "password_testing",
      "version": "1.0.0",
      "description": "",
      "main": "index.js",
      "scripts": {
        "test": "jest",
        "test-coverage": "jest --coverage"
      },
      "author": "",
      "license": "ISC",
      "devDependencies": {
        "eslint": "^7.32.0",
        "eslint-config-standard": "^16.0.3",
        "eslint-plugin-import": "^2.25.4",
        "eslint-plugin-jest": "^25.7.0",
        "eslint-plugin-node": "^11.1.0",
        "eslint-plugin-promise": "^5.2.0",
        "jest": "^27.4.7"
      }
    }