forked from winduum/winduum-stimulus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 724 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 724 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
{
"name": "winduum-stimulus",
"version": "2.0.7",
"type": "module",
"scripts": {
"eslint": "eslint '**/*.js'",
"eslint-fix": "eslint '**/*.js' --fix",
"publish-next": "npm publish --tag next"
},
"dependencies": {
"@hotwired/stimulus": "^3.2.2",
"@newlogic-digital/utils-js": "^1.1.1",
"winduum": "^2.0.7"
},
"devDependencies": {
"eslint": "^9.15.0",
"neostandard": "^0.11.9"
},
"files": [
"index.js",
"components",
"utilities"
],
"exports": {
"./components/*": "./components/*",
"./utilities/*": "./utilities/*",
".": "./index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/winduum/winduum-stimulus.git"
}
}