forked from lunnlew/reverse-sourcemap-tool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 921 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
{
"name": "reverse-sourcemap-tool",
"version": "1.0.10",
"description": "Reverse engineering JavaScript and CSS sources from sourcemaps",
"main": "index.js",
"bin": {
"reverse-sourcemap-tool": "bin/index.js"
},
"dependencies": {
"fs-extra": "^8.0.1",
"optionator": "^0.8.2",
"source-map": "^0.7.3"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"codecov": "^3.5.0",
"eslint": "^5.16.0",
"nyc": "^14.1.1",
"tape": "^4.10.1"
},
"engines": {
"node": ">=8.11.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/lunnlew/reverse-sourcemap-tool.git"
},
"bugs": {
"url": "https://github.com/lunnlew/reverse-sourcemap-tool/issues"
},
"homepage": "https://github.com/lunnlew/reverse-sourcemap-tool#readme",
"author": "lunnlew",
"license": "MIT"
}