-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 845 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 845 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
28
29
30
31
32
33
34
{
"name": "wp.stories.google",
"private": true,
"author": "Google",
"license": "Apache-2.0",
"description": "Web Stories for WordPress landing page",
"type": "module",
"keywords": [
"web-stories"
],
"workspaces": {
"packages": [
"packages/*"
]
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.3",
"@eslint/js": "^9.39.0",
"@typescript-eslint/eslint-plugin": "^8.49.0",
"@typescript-eslint/parser": "^8.49.0",
"eslint": "^9.39.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-jsdoc": "^61.5.0",
"eslint-plugin-mocha": "^11.2.0",
"eslint-plugin-prettier": "^5.5.4",
"globals": "^17.0.0",
"prettier": "^3.7.4"
},
"scripts": {
"lint:js": "eslint .",
"lint:js:fix": "npm run lint:js -- --fix"
}
}