-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 1023 Bytes
/
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
{
"name": "wpclothes2order",
"version": "1.1.6",
"author": "AJRSoftware",
"repository": {
"type": "git",
"url": "git+https://github.com/ajrsoftware/WPClothes2Order.git"
},
"devDependencies": {
"npm-check-updates": "^17.1.3",
"prettier": "^3.3.3",
"typescript": "^5.6.2"
},
"bugs": {
"url": "https://github.com/ajrsoftware/WPClothes2Order/issues"
},
"description": "",
"engineStrict": true,
"homepage": "https://github.com/ajrsoftware/WPClothes2Order#readme",
"license": "GPLv3",
"scripts": {
"prod": "bun build ./src/ts/app.ts --outdir ./dist --target browser --minify",
"dev": "bun build ./src/ts/app.ts --outdir ./dist --target browser --watch",
"format": "prettier src --check",
"types": "tsc --noEmit",
"lint:php": "vendor/bin/phpcs",
"format:php": "vendor/bin/phpcbf"
},
"type": "module",
"dependencies": {
"json-formatter-js": "^2.5.18"
}
}