-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 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
51
52
53
54
{
"name": "pixelheads",
"version": "1.0.18",
"description": "A library that makes it easy to retrieve skins and faces of minecraft players based on their uuid.",
"keywords": [
"minecraft",
"skin",
"mojang",
"API",
"face"
],
"scripts": {
"prepublish": "tsc",
"semantic-release": "semantic-release",
"test": "jest"
},
"files": [
"dist/*",
"package.json",
"README.md"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {
"axios": "^1.2.6",
"sharp": "^0.31.3"
},
"devDependencies": {
"@types/sharp": "^0.31.1",
"@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.48.1",
"eslint": "^8.31.0",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^29.3.1",
"prettier": "^2.8.1",
"ts-jest": "^29.0.3",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
},
"author": {
"name": "jojomatik",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/jojomatik/pixelheads/issues",
"email": "[email protected]"
},
"homepage": "https://github.com/jojomatik/pixelheads",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jojomatik/pixelheads.git"
}
}