33 lines
983 B
JSON
33 lines
983 B
JSON
{
|
|
"private": true,
|
|
"name": "onedrive-cf-index",
|
|
"version": "1.0.0",
|
|
"description": "A template for kick starting a Cloudflare Workers project",
|
|
"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",
|
|
"preview": "wrangler preview --watch",
|
|
"dev": "wrangler dev"
|
|
},
|
|
"author": "spencerwooo <spencerwoo98@foxmail.com>",
|
|
"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": {
|
|
"emoji-regex": "^9.2.0",
|
|
"font-awesome-filetypes": "^2.1.0",
|
|
"marked": "^2.0.1"
|
|
}
|
|
}
|