-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 1008 Bytes
/
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
{
"name": "tfg-2122-cristo-garcia-gonzalez-memoria",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "npm run pdf; npm run glossary; npm run bibtex; npm run pdf",
"pdf": "pdflatex memtfg.tex",
"bibtex": "bibtex memtfg",
"glossary": "makeglossaries memtfg",
"save": "git ci -am \"Diego TFG mem\"; git push -u origin main"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gh-cli-for-education/TFG-2122-Cristo-Garcia-Gonzalez.git"
},
"keywords": [
"github-education",
"github-cli",
"github-classroom",
"graphql", "rest", "git", "terminal", "javascript", "typescript", "jq", "go"
],
"author": "Casiano Rodriguez Leon <[email protected]> (https://crguezl.github.io/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/gh-cli-for-education/TFG-2122-Cristo-Garcia-Gonzalez/issues"
},
"homepage": "https://github.com/gh-cli-for-education/TFG-2122-Cristo-Garcia-Gonzalez#readme"
}