-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
39 lines (39 loc) · 865 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": "@jamescoyle/svelte-icon",
"version": "0.1.1",
"description": "Icon component for Svelte",
"main": "lib/svg-icon.svelte",
"directories": {
"lib": "lib",
"test": "tests"
},
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JamesCoyle/svelte-icon.git"
},
"keywords": [
"Vue",
"icon",
"mdi",
"pictogrammers"
],
"author": "Pictogrammers, James Coyle",
"license": "MIT",
"bugs": {
"url": "https://github.com/JamesCoyle/svelte-icon/issues"
},
"homepage": "https://github.com/JamesCoyle/svelte-icon#readme",
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/plugin-transform-runtime": "^7.11.5",
"@babel/preset-env": "^7.11.5",
"@testing-library/svelte": "^3.0.0",
"babel-jest": "^26.5.2",
"jest": "^26.5.2",
"svelte": "^3.29.0",
"svelte-jester": "^1.1.5"
}
}