-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 581 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 581 Bytes
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
{
"private": true,
"workspaces": [
"examples/*",
"packages/*"
],
"scripts": {
"prepare": "husky && yarn workspace react-native-citizen-escposprinter run build",
"test": "yarn workspaces run test"
},
"prettier": {
"arrowParens": "always",
"bracketSpacing": true,
"jsxSingleQuote": false,
"printWidth": 80,
"semi": true,
"singleQuote": false,
"tabWidth": 2,
"trailingComma": "all",
"useTabs": false
},
"devDependencies": {
"husky": "^9.1.5",
"typescript": "^5.6.3"
},
"packageManager": "yarn@1.22.22"
}