forked from drupalwxt/drupalwxt.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 770 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 770 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
{
"name": "drupalwxt-user-guide",
"version": "0.2.0",
"description": "This user guide is for project teams who are using the Drupal WxT distribution.",
"main": "index.js",
"devDependencies": {
"autoprefixer": "^10.4.13",
"js-yaml": ">=4.1.0",
"lodash": "^4.17.21",
"mixin-deep": ">=2.0.1",
"postcss": "^8.4.21",
"postcss-cli": "^10.1.0",
"set-value": ">=4.1.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/drupalwxt/wxt.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/drupalwxt/issues/wxt"
},
"homepage": "https://drupalwxt.github.io",
"engines": {
"node": ">16.0"
}
}