-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.21 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "svelte-heroicons-component",
"version": "2.0.2",
"description": "Heroicons in svelte components",
"main": "dist/index.js",
"svelte": "src/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "rollup -c",
"semantic-release": "semantic-release",
"commit": "git-cz",
"add-and-push": "git add -A && git-cz && git push",
"check": "svelte-check --tsconfig ./tsconfig.json",
"ts": "tsc"
},
"keywords": [
"heroicons",
"svelte",
"typescript",
"sveltekit"
],
"author": "Baskara",
"license": "ISC",
"devDependencies": {
"@rollup/plugin-node-resolve": "^13.1.1",
"@semantic-release/github": "^8.0.4",
"@tsconfig/svelte": "^3.0.0",
"cz-conventional-changelog": "^3.3.0",
"rollup": "^2.62.0",
"rollup-plugin-svelte": "^7.1.0",
"semantic-release": "^19.0.2",
"svelte": "^3.44.3",
"svelte-check": "^2.9.0",
"typescript": "^4.7.2"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"repository": {
"type": "git",
"url": "https://github.com/bas-baskara/svelte-heroicons-component.git"
},
"release": {
"branches": [
"main"
]
},
"type": "module"
}