-
Notifications
You must be signed in to change notification settings - Fork 827
/
package.json
54 lines (54 loc) · 1.35 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
{
"name": "@primer/octicons",
"version": "19.11.0",
"publishConfig": {
"registry": "no registry, don't publish from this package.json."
},
"scripts": {
"build": "script/build.js --input icons/**/*.svg --output lib/build/data.json",
"changeset:version": "changeset version && script/version",
"lint": "eslint tests",
"svgo": "svgo icons --config svgo.config.js",
"test": "ava -v tests/*.js",
"version": "script/version"
},
"dependencies": {
"@changesets/changelog-github": "0.4.1",
"@changesets/cli": "2.17.0",
"@github/prettier-config": "0.0.4",
"ava": "2.1.0",
"braces": "2.3.1",
"cheerio": "1.0.0-rc.3",
"eslint": "8.0.1",
"eslint-plugin-github": "4.3.5",
"eslint-plugin-prettier": "4.0.0",
"execa": "4.0.0",
"fs-extra": "7.0.1",
"globby": "11.0.0",
"js-yaml": "3.13.1",
"lodash.merge": "4.6.2",
"svgo": "3.0.2",
"svgson": "5.2.1",
"trim-newlines": "3.0.1",
"yargs": "15.1.0"
},
"eslintConfig": {
"extends": [
"plugin:github/internal",
"plugin:github/recommended"
],
"env": {
"es6": true,
"node": true
},
"parserOptions": {
"ecmaVersion": 2017,
"requireConfigFile": false
},
"rules": {
"github/no-then": 0,
"eslint-comments/no-use": 0
}
},
"packageManager": "yarn@1.22.1"
}