-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 999 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
44
{
"name": "@dicebear/definitions",
"version": "10.0.0-beta.5",
"description": "Definition files of the DiceBear avatar styles.",
"keywords": [
"avatar",
"dicebear"
],
"bugs": {
"url": "https://github.com/dicebear/definitions/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dicebear/definitions.git"
},
"sideEffects": false,
"type": "module",
"types": "./types/index.d.ts",
"scripts": {
"build": "tsx ./scripts/build.ts",
"prettier": "prettier --write **/*.{ts,md}",
"test": "echo \"No test specified\""
},
"files": [
"LICENSE",
"src",
"types",
"README.md"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@tsconfig/recommended": "^1.0.6",
"@types/node": "^20.12.5",
"change-case": "^5.4.4",
"markdown-table": "^3.0.3",
"p-props": "^6.0.0",
"prettier": "^3.3.3",
"sort-keys": "^5.1.0",
"tsx": "^4.7.2",
"typescript": "^5.4.5"
}
}