-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
31 lines (31 loc) · 819 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
30
31
{
"name": "jsonresume-theme-standard-resume",
"version": "0.0.0",
"description": "JSON Resume Theme based on Standard Resume",
"author": "Ema Suriano",
"scripts": {
"start": "nodemon scripts/dev.ts",
"build": "ts-node scripts/build.ts",
"preview": "http-server public",
"release": "npx semantic-release"
},
"repository": {
"type": "git",
"url": "https://github.com/EmaSuriano/jsonresume-theme-standard-resume"
},
"license": "MIT",
"dependencies": {
"handlebars": "^4.0.12",
"helper-date": "^1.0.1"
},
"devDependencies": {
"@tsconfig/node16": "^1.0.3",
"@types/node": "^18.11.5",
"@types/puppeteer": "^5.4.7",
"http-server": "^14.1.1",
"nodemon": "^2.0.20",
"puppeteer": "^2.0.0",
"ts-node": "^10.9.1",
"typescript": "^4.8.4"
}
}