-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
41 lines (41 loc) · 1.02 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
{
"name": "jekyll-tabs",
"version": "1.0.0",
"description": "Jekyll Tabs ===========",
"private": true,
"directories": {
"doc": "docs"
},
"scripts": {
"test": "jest",
"posttest": "rm -r coverage",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ovski4/jekyll-tabs.git"
},
"keywords": [
"jekyll",
"tabs"
],
"author": {
"name": "Baptiste Bouchereau",
"email": "baptiste.bouchereau@gmail.com",
"url": "https://baptiste.bouchereau.pro"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Ovski4/jekyll-tabs/issues"
},
"homepage": "https://github.com/Ovski4/jekyll-tabs#readme",
"devDependencies": {
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"ts-jest": "^29.2.2",
"ts-loader": "^9.5.1",
"typescript": "^5.5.3",
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4"
}
}