-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
48 lines (48 loc) · 1.48 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
{
"name": "thispersondoesnotexist-js",
"version": "1.0.4",
"description": "Api for www.thispersondoesnotexist.com",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/kevoj/thispersondoesnotexist-js.git"
},
"scripts": {
"start": "npm run watch & nodemon index.js --exec babel-node",
"compile": "babel src -d dist",
"watch": "babel --watch src -d dist",
"test": "mocha --require babel-register",
"docs": "./node_modules/jsdoc/jsdoc.js src -d docs --verbose"
},
"keywords": [
"thispersondoesnotexist",
"thispersondoesnotexist.com",
"thispersondoesnotexist-js",
"thispersondoesnotexist-node",
"avatar",
"random avatar",
"image avatar",
"user profile",
"random image",
"npm avatar"
],
"author": "Leonardo Rico Guevara - https://github.com/kevoj",
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-plugin-add-module-exports": "^1.0.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babel-register": "^6.26.0",
"jsdoc": "^3.5.5",
"mocha": "^6.0.1",
"nodemon": "^1.12.0"
},
"dependencies": {
"node-schedule": "^1.3.2",
"request": "^2.88.0",
"sharp": "^0.21.3"
}
}