-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 917 Bytes
/
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
{
"name": "@cable_ready/alpine_morph",
"version": "5.0.0",
"description": "CableReady Alpine Morph Operation",
"repository": "https://github.com/cableready/alpine_morph",
"homepage": "https://cableready.stimulusreflex.com/",
"bugs": "https://github.com/cableready/alpine_morph/issues",
"license": "MIT",
"author": "Marco Roth <[email protected]>",
"source": "./index.js",
"main": "./index.js",
"scripts": {
"lint": "yarn run prettier-standard:check",
"format": "yarn run prettier-standard:format",
"prettier-standard:check": "yarn run prettier-standard --check *.js **/*.js",
"prettier-standard:format": "yarn run prettier-standard *.js **/*.js"
},
"dependencies": {
"@alpinejs/morph": "^3.10.3",
"alpinejs": "^3.10.3",
"cable_ready": "^5.0.0"
},
"devDependencies": {
"prettier-standard": "^16.4.1"
},
"publishConfig": {
"access": "public"
}
}