-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 893 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
31
32
33
34
35
36
37
38
{
"name": "drafts",
"packageManager": "[email protected]+sha512.ee7b93e0c2bd11409c6424f92b866f31d3ea1bef5fbe47d3c7500cdc3c9668833d2e55681ad66df5b640c61fa9dc25d546efa54d76d7f8bf54b13614ac293631",
"version": "1.0.0",
"description": "",
"private": true,
"keywords": [
"node"
],
"author": "U2erKa",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/U3erKa/Drafts.git"
},
"bugs": {
"url": "git+https://github.com/U3erKa/Drafts/issues"
},
"homepage": "git+https://github.com/U3erKa/Drafts#readme",
"scripts": {
"preinstall": "npx only-allow pnpm",
"format": "prettier --write --list-different **/*"
},
"workspaces": [
"astro",
"cra-eject",
"electron-app-vite",
"electron-app",
"express",
"mongo",
"nextjs",
"node",
"react"
],
"devDependencies": {
"prettier": "^3.3.3"
}
}