-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.07 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.07 KB
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
{
"name": "pixelarticons",
"version": "2.2.0",
"description": "Finest handmade pixelart icons.",
"main": "index.js",
"peerDependencies": {
"react": ">=16"
},
"bin": {
"pixelarticons": "bin/upgrade.js"
},
"scripts": {
"font": "svgtofont --sources ./svg --output ./fonts",
"generate:react": "node scripts/generate-react.js",
"prepublishOnly": "npm run generate:react",
"validate": "node scripts/validate-icons.js",
"browser": "node scripts/generate-browser.js && open icons.html",
"test": "echo \"Error: no test specified\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/halfmage/pixelarticons.git"
},
"keywords": [
"pixel",
"pixelart",
"icon",
"icons",
"iconset",
"vector"
],
"author": "Gerrit Halfmann",
"license": "MIT",
"bugs": {
"url": "https://github.com/halfmage/pixelarticons/issues"
},
"homepage": "https://github.com/halfmage/pixelarticons#readme",
"devDependencies": {
"np": "^11.2.1",
"svgtofont": "^6.5.2"
},
"overrides": {
"tmp": "^0.2.5"
}
}