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.
|
{
|
|
"name": "jenkins-test",
|
|
"version": "1.0.0",
|
|
"description": "a node app to learn jenkins",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js",
|
|
"test": "jest"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://gitea.thuispc.dynu.net/steven/jenkins-test.git"
|
|
},
|
|
"author": "steven",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"express": "^4.17.1"
|
|
},
|
|
"devDependencies": {
|
|
"jest": "^27.1.0",
|
|
"supertest": "^6.1.6"
|
|
}
|
|
}
|