-
Notifications
You must be signed in to change notification settings - Fork 140
/
Copy pathpackage.json
27 lines (27 loc) · 827 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
{
"name": "jsonresume-theme-stackoverflow",
"version": "2.1.0",
"description": "Stack Overflow theme for JSON Resume",
"author": "Francesco Esposito",
"scripts": {
"test": "jest --coverage --verbose",
"updateTestSnapshots": "jest --updateSnapshot"
},
"repository": {
"type": "git",
"url": "https://github.com/francescoes/jsonresume-theme-stackoverflow"
},
"license": "MIT",
"main": "index.js",
"dependencies": {
"handlebars": "^4.7.7",
"markdown-it": "^13.0.1",
"moment": "^2.29.2"
},
"devDependencies": {
"html-validate": "^8.28.0",
"jest": "^29.7.0",
"@jsonresume/schema": "^1.2.1"
},
"packageManager": "[email protected]+sha512.4abf725084d7bcbafbd728bfc7bee61f2f791f977fd87542b3579dcb23504d170d46337945e4c66485cd12d588a0c0e570ed9c477e7ccdd8507cf05f3f92eaca"
}