forked from RocketChat/fuselage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.24 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
{
"name": "@rocket.chat/icons",
"version": "0.35.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",
"lint-staged": "lint-staged",
"bump-next": "bump-next"
},
"devDependencies": {
"@prettier/plugin-xml": "~2.2.0",
"@rocket.chat/eslint-config-alt": "workspace:~",
"@rocket.chat/prettier-config": "workspace:~",
"build-icons": "workspace:~",
"bump": "workspace:~",
"eslint": "~8.38.0",
"lint-all": "workspace:~",
"lint-staged": "~13.2.1",
"npm-run-all": "^4.1.5",
"prettier": "~2.8.7",
"rimraf": "^3.0.2",
"stylelint": "~15.4.0",
"stylelint-order": "~6.0.3",
"stylelint-prettier": "~3.0.0",
"stylelint-scss": "~4.6.0"
}
}