-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 760 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 760 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"$schema": "https://json.schemastore.org/package",
"name": "prettier-for-vite-react",
"version": "0.1.15",
"description": "Automation for installing Prettier in a Vite-React project that will integrate the use of prettier into the project",
"main": "prettier-vite-react.sh",
"bin": {
"prettier-for-vite-react": "./index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Synergy2Devs/prettierForVite-React.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0"
},
"author": "Synergy2Devs",
"license": "ISC",
"bugs": {
"url": "https://github.com/Synergy2Devs/prettierForVite-React/issues"
},
"homepage": "https://github.com/Synergy2Devs/prettierForVite-React#readme"
}