-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 771 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 771 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name": "ci-cd-library-with-github-actions",
"version": "1.0.0",
"description": "Librería para trabajar con CI / CD usando Github Actions en el tutorial de Medium",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "npx mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/npm-js-ts-angular-modules-course/ci-cd-library-with-github-actions.git"
},
"author": "Anartz Mugika Ledo",
"license": "MIT",
"bugs": {
"url": "https://github.com/npm-js-ts-angular-modules-course/ci-cd-library-with-github-actions/issues"
},
"homepage": "https://github.com/npm-js-ts-angular-modules-course/ci-cd-library-with-github-actions#readme",
"devDependencies": {
"mocha": "^10.2.0"
}
}