You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
469 B

3 years ago
  1. {
  2. "name": "jenkins-test",
  3. "version": "1.0.0",
  4. "description": "a node app to learn jenkins",
  5. "main": "index.js",
  6. "scripts": {
  7. "start": "node index.js",
  8. "test": "jest"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "https://gitea.thuispc.dynu.net/steven/jenkins-test.git"
  13. },
  14. "author": "steven",
  15. "license": "ISC",
  16. "dependencies": {
  17. "express": "^4.17.1"
  18. },
  19. "devDependencies": {
  20. "jest": "^27.1.0",
  21. "supertest": "^6.1.6"
  22. }
  23. }