-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.11 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
{
"name": "display-image",
"version": "1.1.0",
"description": "",
"main": "build/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"format": "./node_modules/.bin/prettier --write **/*",
"formatjs": "./node_modules/.bin/prettier --write **/*.js",
"formatts": "./node_modules/.bin/prettier --write **/*.ts",
"compile": "tsc && npm run formatjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/1337z/display-image.git"
},
"keywords": [
"display",
"image",
"terminal",
"ascii",
"art"
],
"author": "MarvinJWendt",
"license": "MIT",
"bugs": {
"url": "https://github.com/1337z/display-image/issues"
},
"homepage": "https://github.com/1337z/display-image#readme",
"devDependencies": {
"@types/got": "^9.2.2",
"@types/node": "^11.9.4",
"eslint": "^5.11.1",
"eslint-plugin-prettier": "^3.0.1",
"prettier": "^1.15.3",
"tslint": "^5.12.0",
"tslint-plugin-prettier": "^2.0.1",
"typescript": "^3.2.2"
},
"dependencies": {
"got": "^9.5.0",
"terminal-image": "^0.1.2"
}
}