forked from dicebear/dicebear
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.03 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.03 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": "@dicebear/avatars-female-sprites",
"version": "4.0.2",
"description": "Pixel art female sprite collection for DiceBear Avatars",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"prepublishOnly": "npm run build",
"prebuild": "rm -rf lib/ || true",
"build": "tsc",
"test": "echo 'No tests available'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DiceBear/avatars.git"
},
"keywords": [
"dicebear",
"avatar",
"female",
"svg",
"sprites",
"pixel-art"
],
"author": "DiceBear <opensource@dicebear.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/DiceBear/avatars/issues"
},
"homepage": "https://github.com/DiceBear/avatars/tree/master/packages/avatars-female-sprites#readme",
"peerDependencies": {
"@dicebear/avatars": "^4.0.0"
},
"devDependencies": {
"@dicebear/avatars": "^4.0.2",
"typescript": "^3.4.5"
},
"files": [
"LICENSE",
"lib"
],
"publishConfig": {
"access": "public"
}
}