forked from pockethost/pockethost
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.67 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "pockethost-root",
"version": "0.11.0",
"author": {
"name": "Ben Allfree",
"url": "https://github.com/benallfree"
},
"license": "MIT",
"main": "dist/index.mjs",
"bin": {
"pockethost": "dist/index.mjs"
},
"scripts": {
"sherif": "sherif",
"sherif:fix": "sherif --fix",
"lint": "prettier -c \"./**/*.{ts,js,cjs,svelte,json}\"",
"lint:fix": "prettier -w \"./**/*.{ts,js,cjs,svelte,json}\"",
"dev": "tsx --watch ./packages/pockethost/src/cli/index.ts",
"plop": "plop --no-progress",
"gobot:download": "gobot download pocketbase",
"gobot:download:all": "gobot download pocketbase --g-use-version='*'",
"prepare": "husky"
},
"prettier": {
"semi": false,
"useTabs": false,
"singleQuote": true,
"trailingComma": "all",
"plugins": [
"./node_modules/prettier-plugin-organize-imports/index.js",
"./node_modules/prettier-plugin-svelte/plugin.js",
"./node_modules/prettier-plugin-jsdoc/dist/index.js"
]
},
"type": "module",
"devDependencies": {
"@commitlint/config-conventional": "^19.2.2",
"chalk": "^5.3.0",
"commitlint": "^19.3.0",
"husky": "^9.0.11",
"inquirer": "^9.2.15",
"js-yaml": "^4.1.0",
"ora": "^7.0.1",
"plop": "^4.0.0",
"postinstall-postinstall": "^2.1.0",
"prettier": "^3.0.3",
"prettier-plugin-jsdoc": "^1.3.0",
"prettier-plugin-organize-imports": "^3.2.3",
"prettier-plugin-svelte": "^3.0.3",
"rizzdown": "^0.0.7",
"sherif": "^0.8.4",
"tslib": "^2.6.2",
"typescript": "^5.2.2"
},
"packageManager": "[email protected]+sha256.b6fd0bfda555e7e584ad7e56b30c68b01d5a04f9ee93989f4b93ca8473c49c74",
"private": true
}