-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 963 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
{
"name": "aquarelle",
"version": "1.5.1",
"description": "Random profile pictures with a sense of Art.",
"main": "dist/src/index.js",
"types": "dist/src/index.d.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc --declaration",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "[email protected]:dherault/Aquarelle.git"
},
"keywords": [
"picture",
"profile",
"random",
"image"
],
"author": "David Hérault <[email protected]> (https://github.com/dherault)",
"license": "MIT",
"bugs": {
"url": "https://github.com/dherault/Aquarelle/issues"
},
"homepage": "https://github.com/dherault/Aquarelle",
"dependencies": {
"sharp": "^0.32.4",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/sharp": "^0.31.1",
"@types/uuid": "^9.0.2",
"eslint": "^8.46.0",
"eslint-config-dherault-typescript": "^1.3.2"
}
}