-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.67 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
55
56
57
58
59
60
61
62
63
64
{
"name": "exif-tool",
"version": "0.0.0",
"description": "A exif-tool wrapper with typings",
"repository": {
"type": "git",
"url": "git@github.com:gachou/exif-tool.git"
},
"homepage": "https://github.com/gachou/exif-tool",
"author": {
"name": "Nils Knappmeier",
"email": "npm@knappi.org",
"url": "https://github.com/nknapp"
},
"bugs": {
"url": "https://github.com/gachou/exif-tool/issues"
},
"main": "src/exiftool.js",
"typings": "src/exiftool.d.ts",
"license": "MIT",
"scripts": {
"test": "mocha --recursive && npm run lint",
"lint": "tslint --project . --fix && eslint . --fix",
"thought": "thought run -a",
"version": "thoughtful changelog -o -a && npm run thought"
},
"dependencies": {
"debug": "^3.1.0",
"dist-exiftool": "^10.53.0",
"typescript-debug": "^0.1.0"
},
"devDependencies": {
"@types/chai": "^4.1.2",
"@types/mkdirp": "^0.5.2",
"@types/mocha": "^2.2.48",
"@types/pify": "^3.0.0",
"@types/rimraf": "^2.0.2",
"chai": "^4.1.2",
"eslint": "^4.17.0",
"eslint-config-standard": "^11.0.0-beta.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^6.0.0",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"image-testdata": "^1.0.0",
"mkdirp": "^0.5.1",
"mocha": "^5.0.0",
"pify": "^3.0.0",
"rimraf": "^2.6.2",
"thought": "^1.5.2",
"thoughtful-release": "^0.3.1",
"ts-node": "^4.1.0",
"tslint": "^5.9.1",
"tslint-config-standard": "^7.0.0",
"typescript": "^2.7.1",
"typescript-formatter": "^7.0.1"
},
"files": [
"src",
"index.js",
"index.d.ts"
],
"keywords": []
}