-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.14 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "@factorial/drupal-breakpoints-css",
"description": "Drupal breakpoints to css customProperties",
"version": "0.3.3",
"main": "index.js",
"license": "MIT",
"private": false,
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=16"
},
"repository": {
"type": "git",
"url": "git+https://github.com/factorial-io/drupal-breakpoints-css.git"
},
"author": "Dennis Jauernig <[email protected]>",
"keywords": [
"@factorial",
"drupal",
"css"
],
"bugs": {
"url": "https://github.com/factorial-io/drupal-breakpoints-css/issues"
},
"homepage": "https://github.com/factorial-io/drupal-breakpoints-css#readme",
"devDependencies": {
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^48.2.1",
"eslint-plugin-prettier": "^5.1.3"
},
"dependencies": {
"deepmerge": "^4.3.1",
"prettier": "^3.2.5",
"yaml": "^2.4.1"
},
"scripts": {
"lint": "eslint *.js",
"start": "node ."
},
"bin": {
"drupal-breakpoints-css": "bin/index.js"
}
}