-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.05 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.05 KB
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
{
"name": "devblog-archive",
"version": "3.0.0",
"description": "",
"main": "./src/index",
"typings": "./src/index",
"scripts": {
"build": "ts-node -p ./src/actions/archive.build.ts",
"deploy": "ts-node -p ./src/actions/archive.deploy.ts",
"clean": "ts-node -p ./src/actions/archive.clean.ts",
"lint": "ts-node -p ./src/actions/archive.lint.ts"
},
"repository": {
"type": "git",
"url": "https://github.com/qelli/DevBlog-Archive.git"
},
"author": "L. Kelly <https://github.com/qelli>",
"license": "MIT",
"bugs": {
"url": "https://github.com/qelli/DevBlog-Archive/issues"
},
"homepage": "https://github.com/qelli/DevBlog-Archive",
"dependencies": {
"gh-pages": "^5.0.0",
"highlight.js": "^11.5.1",
"html-minifier-terser": "^7.2.0",
"marked": "^4.0.14",
"moment": "^2.29.4",
"ts-node": "^10.9.1",
"typescript": "^4.7.4"
},
"devDependencies": {
"@types/gh-pages": "^3.2.1",
"@types/html-minifier-terser": "^7.0.2",
"@types/marked": "^4.0.5",
"@types/node": "^18.7.7"
}
}