forked from beetcb/onedrive-cf-index-CN
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 873 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
{
"private": true,
"name": "onedrive-cf-index-CN",
"version": "1.0.0",
"description": "Fork from onedrive-cf-index",
"main": "./src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"format": "prettier --write '**/*.{js,css,json,md}'",
"lint": "eslint src/**/* *.js --color --fix",
"dev": "wrangler preview --watch"
},
"author": "[email protected]",
"license": "MIT",
"devDependencies": {
"eslint": "^7.6.0",
"eslint-config-prettier": "^6.11.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"prettier": "^1.18.2"
},
"dependencies": {
"font-awesome-filetypes": "^2.1.0",
"marked": "^1.1.1"
}
}