-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.13 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.13 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
39
40
41
42
43
{
"name": "programming-notes",
"version": "1.0.0",
"description": "The road to coding world. learning programming from here",
"main": "index.js",
"packageManager": "pnpm@10.14.0",
"scripts": {
"nr": "nr",
"start": "cd docusaurus && nr start",
"background:devs": "pm2 start app-dev.json",
"background:prod": "pm2 start app.json",
"clear": "cd docusaurus && nr clear",
"publish": "cd docusaurus && nr deploy",
"prettier": "cd docusaurus && nr format:docs"
},
"devDependencies": {
"@antfu/ni": "^25.0.0",
"gulp": "^5.0.1",
"gulp-cache": "^1.1.3",
"gulp-imagemin": "^9.1.0",
"gulp-webp": "^5.0.0",
"pm2": "6.0.8",
"webp-converter": "^2.3.3"
},
"repository": {
"type": "git",
"url": "https://github.com/tomartisan/programming-notes.git"
},
"keywords": [
"coding",
"programming",
"programming learning"
],
"author": "hello@tangkunyin.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/tomartisan/programming-notes/issues"
},
"homepage": "https://github.com/tomartisan/programming-notes#readme",
"engines": {
"node": ">=20"
}
}