forked from agatho-daemon/crispy_print
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 680 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 680 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
{
"name": "crispy_print",
"private": true,
"description": "Typst-based print format builder for Frappe",
"scripts": {
"postinstall": "cd crispy_print/public/js && yarn install --check-files",
"test:unit": "cd crispy_print/public/js && yarn test:unit"
},
"devDependencies": {
"@types/node": "^20.10.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"eslint": "^9.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vue": "^9.26.0",
"prettier": "^3.3.0",
"typescript": "^5.3.0",
"vue-eslint-parser": "^9.4.3"
},
"engines": {
"node": ">=18.0.0",
"yarn": ">=1.22.0"
}
}