-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
39 lines (39 loc) · 888 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
38
39
{
"name": "fa-svelte",
"version": "3.1.0",
"description": "Fontawesome 5 Sveltejs 3 component",
"svelte": "src/Icon.svelte",
"module": "index.mjs",
"main": "index.js",
"files": [
"src",
"index.mjs",
"index.js"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alphapeter/fa-svelte.git"
},
"keywords": [
"font-awesome",
"sveltejs",
"svelte",
"fontawesome"
],
"author": "Peter Klaesson",
"license": "MIT",
"bugs": {
"url": "https://github.com/alphapeter/fa-svelte/issues"
},
"homepage": "https://github.com/alphapeter/fa-svelte#readme",
"devDependencies": {
"rollup": "^1.11.0",
"rollup-plugin-node-resolve": "^4.0.0",
"rollup-plugin-svelte": "^5.0.0",
"svelte": "^3.12.1"
}
}