-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 874 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 874 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": "@studiometa/webpack-config-root",
"version": "6.3.6",
"private": true,
"type": "module",
"workspaces": [
"packages/*"
],
"scripts": {
"lint": "eslint packages/ --cache",
"fix": "npm run lint -- --fix",
"demo:dev": "npm run dev -w @studiometa/webpack-config-demo",
"demo:watch": "npm run watch -w @studiometa/webpack-config-demo",
"demo:build": "npm run build -w @studiometa/webpack-config-demo",
"postversion": "npm version -ws $npm_package_version && node scripts/update-composer-version.mjs",
"test": "node --test --experimental-test-coverage --test-coverage-include='packages/*/src/**/*.js' --test-coverage-exclude='packages/*/src/**/*.test.js'"
},
"devDependencies": {
"@studiometa/eslint-config": "4.2.0",
"@studiometa/prettier-config": "4.1.0",
"eslint": "9.18.0",
"prettier": "3.4.2"
}
}