-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 747 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 747 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
{
"name": "@ryangjchandler/alpine-clipboard",
"description": "Simply copy to the users clipboard in your Alpine.js components.",
"version": "2.3.0",
"license": "MIT",
"author": "Ryan Chandler <support@ryangjchandler.co.uk>",
"repository": {
"type": "git",
"url": "https://github.com/ryangjchandler/alpine-clipboard"
},
"main": "src/index.js",
"scripts": {
"build": "rollup -c",
"watch": "rollup -c -w"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"rollup": "^2.35.1",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-filesize": "^9.1.0",
"rollup-plugin-node-resolve": "^5.2.0"
}
}