-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 882 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 882 Bytes
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
{
"name": "android-engineer",
"version": "1.0.0",
"description": "my tested flash tools, drivers, support tools, etc",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "^24.0.13",
"binary-collections": "^2.0.7",
"glob": "^11.0.3"
},
"dependencies": {
"front-matter": "^4.0.2",
"hexo-post-parser": "^3.0.1",
"moment": "^2.30.1",
"yaml": "^2.8.0"
},
"resolutions": {
"binary-collections": "https://github.com/dimaslanjaka/bin/raw/53b089eeece3a15550d13fc6de88c9ebbd6fef9d/releases/bin.tgz",
"sbg-utility": "https://github.com/dimaslanjaka/static-blog-generator/raw/7696e66ab84f319909c5dab9054303e91f898454/packages/sbg-utility/release/sbg-utility.tgz"
},
"packageManager": "yarn@4.9.2"
}