-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.02 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
{
"name": "xdne-js",
"version": "1.3.0",
"description": "An npm module for retrieving generated images of persons, places, or things that do not exist",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc",
"test": "mocha -r ts-node/register test/*.spec.ts",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "https://logasja@bitbucket.org/spudlab/xdne-js.git"
},
"keywords": [
"this-x-does-not-exist",
"api",
"images"
],
"author": "Jacob Logas",
"license": "ISC",
"devDependencies": {
"@types/bent": "^7.3.2",
"@types/chai": "^4.3.3",
"@types/imagemin": "^7.0.1",
"@types/imagemin-mozjpeg": "^8.0.1",
"@types/mocha": "^7.0.2",
"@types/node": "^14.18.28",
"chai": "^4.3.6",
"file-type": "^14.7.1",
"husky": "^8.0.0",
"lint-staged": "^10.5.4",
"mocha": "^8.4.0",
"prettier": "^2.7.1",
"ts-node": "^8.10.2",
"typescript": "^3.9.10"
},
"dependencies": {
"bent": "^7.3.12"
}
}