This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
60 lines (60 loc) · 1.82 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
52
53
54
55
56
57
58
59
60
{
"name": "@shopware-ag/meteor-icon-kit",
"version": "5.2.0",
"description": "An icon library and toolkit that follows a minimal, yet highly expressive style perfectly aligned with Shopware's product language",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/shopware/meteor-icon-kit.git"
},
"keywords": [
"svg",
"shopware",
"icons"
],
"scripts": {
"prepublish": "npm run build",
"build": "tsc",
"start": "node dist",
"start:dev": "ts-node src",
"debug": "ts-node src/debug.ts",
"lint": "npm run lint:types && npm run lint:eslint",
"lint:types": "tsc --noEmit",
"lint:eslint": "eslint ./src --ext .ts",
"docs:link": "../developer-portal/docs-cli link --src docs --dst resources/meteor-icon-kit --symlink",
"docs:copy": "../developer-portal/docs-cli link --src docs --dst resources/meteor-icon-kit",
"docs:preview": "../developer-portal/docs-cli preview"
},
"files": [
"icons"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/shopware/meteor-icon-kit/issues"
},
"homepage": "https://github.com/shopware/meteor-icon-kit#readme",
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/cli-progress": "^3.9.2",
"@types/fs-extra": "^9.0.13",
"@types/js-md5": "^0.4.3",
"@types/node": "^18.11.15",
"@types/svgo": "^2.6.3",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"axios": "^0.26.1",
"chalk": "^4.1.2",
"cli-progress": "^3.10.0",
"eslint": "^8.12.0",
"eslint-plugin-import": "^2.25.4",
"fs-extra": "^10.0.1",
"svgo": "^2.8.0",
"svgo-autocrop": "^1.1.1",
"ts-node": "^10.8.1",
"typescript": "^4.6.3",
"@supercharge/promise-pool": "^2.4.0"
},
"dependencies": {
"js-md5": "^0.7.3"
}
}