-
Notifications
You must be signed in to change notification settings - Fork 162
/
package.json
43 lines (43 loc) · 1009 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
40
41
42
43
{
"name": "@rocket.chat/icons",
"version": "0.39.0",
"description": "Rocket.Chat's Icons",
"author": {
"name": "Rocket.Chat",
"url": "https://rocket.chat/"
},
"homepage": "https://github.com/RocketChat/fuselage#readme",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/RocketChat/fuselage.git",
"directory": "packages/icons"
},
"bugs": {
"url": "https://github.com/RocketChat/fuselage/issues"
},
"main": "dist/index.js",
"files": [
"/dist"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "build-icons",
"lint": "lint",
"lint-and-fix": "lint-and-fix"
},
"devDependencies": {
"build-icons": "workspace:~",
"eslint": "~9.14.0",
"lint-all": "workspace:~",
"npm-run-all": "^4.1.5",
"prettier": "~3.3.3",
"rimraf": "^3.0.2",
"stylelint": "~16.10.0",
"stylelint-order": "~6.0.4",
"stylelint-prettier": "~5.0.2",
"stylelint-scss": "~6.8.1"
}
}