generated from snowcrystals/template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.1 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
{
"name": "@snowcrystals/prettier-config",
"version": "1.0.0",
"description": "Prettier config compiled to cjs and mjs ⚙️",
"author": "ijsKoud <github@ijskoud.dev>",
"license": "MIT",
"type": "module",
"module": "./dist/prettier.js",
"main": "./dist/prettier.cjs",
"types": "./dist/prettier.d.ts",
"files": [
"dist/"
],
"homepage": "https://github.com/snowcrystals/prettier-config",
"scripts": {
"build": "tsup src",
"build:watch": "tsc --watch",
"postinstall": "is-ci || husky",
"lint": "eslint src",
"prepack": "pinst --disable",
"postpack": "pinst --enable",
"bump": "cliff-jumper"
},
"resolutions": {
"load-tsconfig": "^0.2.5"
},
"devDependencies": {
"@favware/cliff-jumper": "^3.0.3",
"@sapphire/ts-config": "^5.0.1",
"@snowcrystals/eslint-config": "^1.0.2",
"@types/node": "^20.17.16",
"eslint": "^8.57.1",
"husky": "^9.1.7",
"is-ci": "^3.0.1",
"lint-staged": "^15.4.2",
"pinst": "^3.0.0",
"prettier": "^3.4.2",
"tsup": "^8.3.6"
},
"engines": {
"node": ">= v18.16.0"
},
"publishConfig": {
"access": "public"
},
"packageManager": "pnpm@8.15.9"
}