mirror of
https://github.com/movie-web/simple-proxy.git
synced 2025-09-13 08:23:27 +00:00
repo setup
This commit is contained in:
18
package.json
Normal file
18
package.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "simple-proxy",
|
||||
"private": true,
|
||||
"version": "1.0.0",
|
||||
"scripts": {
|
||||
"build": "vite build",
|
||||
"lint": "eslint --ext .js lib/",
|
||||
"lint:fix": "eslint --fix --ext .js lib/",
|
||||
"lint:report": "eslint --ext .js --output-file eslint_report.json --format json lib/"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^8.30.0",
|
||||
"eslint-config-prettier": "^8.5.0",
|
||||
"eslint-plugin-prettier": "^4.2.1",
|
||||
"vite": "^4.0.0",
|
||||
"vite-plugin-eslint": "^1.8.1"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user