-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.26 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.26 KB
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
{
"name": "@escapace/syncpack-configuration",
"description": "escapace syncpack configuration",
"version": "0.0.0",
"author": {
"name": "escapace",
"email": "opensource@escapace.com"
},
"bugs": "https://github.com/escapace/syncpack-configuration/issues",
"devDependencies": {
"@commitlint/cli": "20.4.2",
"@commitlint/config-conventional": "20.4.2",
"@escapace/pnpm-pack": "0.8.0",
"prettier": "3.8.1",
"prettier-config-escapace": "1.2.2",
"syncpack": "14.0.0"
},
"engines": {
"pnpm": ">=10.29.2"
},
"files": [
".syncpackrc.json"
],
"homepage": "https://github.com/escapace/syncpack-configuration#readme",
"license": "MPL-2.0",
"main": ".syncpackrc.json",
"peerDependencies": {
"syncpack": "^14.0.0"
},
"private": false,
"publishConfig": {
"access": "public",
"provenance": true
},
"repository": "escapace/syncpack-configuration",
"scripts": {
"build": "echo None",
"format": "syncpack format && prettier --no-error-on-unmatched-pattern -uw .",
"pack": "pnpm-pack package --pack-destination lib",
"test": "syncpack lint",
"typecheck": "echo None",
"update": "ncu --cooldown 7 -p pnpm -u --peer --dep dev,peer,prod,optional"
},
"sideEffects": false,
"type": "module"
}