-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 947 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
30
31
32
33
34
35
36
37
{
"name": "quotable-toolbar",
"version": "1.0.3",
"description": "A library to add buttons to quotes and text selection that make it quick and easy for your readers to share quotes from your website.",
"main": "dist/quotable.js",
"module": "dist/quotable.es.js",
"files": [
"dist"
],
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c",
"watch": "rollup -cw"
},
"keywords": [
"social",
"twitter",
"sharing",
"social media",
"medium",
"typescript"
],
"author": "Jo Sprague <josiah.sprague@gmail.com>",
"license": "MIT",
"devDependencies": {
"@rollup/plugin-alias": "^3.1.0",
"@rollup/plugin-node-resolve": "^7.1.3",
"rollup": "^2.7.3",
"rollup-plugin-postcss": "^3.1.1",
"rollup-plugin-typescript2": "^0.27.0",
"typescript": "^3.8.3"
},
"dependencies": {
"preact": "^10.4.1"
}
}