-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 783 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 783 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "filaops",
"version": "3.5.0",
"description": "A comprehensive ERP system for 3D print farm operations, replacing MRPeasy with integrated quote generation, production scheduling, and Bambu printer fleet management.",
"main": "index.js",
"scripts": {
"test": "npx playwright test",
"test:ui": "npx playwright test --ui",
"test:customer": "npx playwright test customer-flow",
"test:admin": "npx playwright test admin-flow",
"test:report": "npx playwright show-report tests/e2e/reports",
"test:debug": "npx playwright test --debug"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@playwright/test": "^1.57.0",
"autoprefixer": "^10.4.22",
"postcss": "^8.5.12",
"tailwindcss": "^4.1.17"
}
}