forked from fcastillo-serempre/frontend-career-paths
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.08 KB
/
package.json
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "@serempre-frontend/frontend-career-paths",
"version": "1.0.0",
"private": false,
"description": "En este repositorio se encuentran los planes de carrera de:",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fcastillo-serempre/frontend-career-paths.git"
},
"keywords": [],
"author": "Serempre",
"license": "MIT",
"bugs": {
"url": "https://github.com/fcastillo-serempre/frontend-career-paths/issues"
},
"homepage": "https://github.com/fcastillo-serempre/frontend-career-paths#readme",
"release": {
"branches": [
"main",
"drupal"
]
},
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/github",
"@semantic-release/npm",
"@semantic-release/git"
],
"devDependencies": {
"semantic-release": "^19.0.2"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}