-
Notifications
You must be signed in to change notification settings - Fork 34
/
package.json
25 lines (25 loc) · 850 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
{
"name": "@josefarias/hotwire_combobox",
"version": "0.3.2",
"description": "An autocomplete combobox implementation for Ruby on Rails apps using Hotwire.",
"module": "app/assets/javascripts/hotwire_combobox.esm.js",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/josefarias/hotwire_combobox.git"
},
"author": "Jose Farias <[email protected]>",
"license": "MIT",
"homepage": "https://hotwirecombobox.com",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "rollup -c"
},
"devDependencies": {
"@rollup/plugin-alias": "^5.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"rollup": "^4.12.0"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}