forked from gabmontes/source-map-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 795 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 795 Bytes
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": "source-map-cli",
"version": "1.0.2",
"description": "CLI for source-map tool",
"keywords": [
"cli",
"console",
"error",
"find",
"left-pad",
"locate",
"resolve",
"source",
"sourcemap",
"source map"
],
"license": "WTFPL",
"author": "Gabriel Montes",
"contributors": [
"Mauro Titimoli",
"Sawyer Hollenshead"
],
"bin": {
"source-map": "bin/source-map.js"
},
"repository": "gabmontes/source-map-cli",
"scripts": {
"test": "mocha"
},
"dependencies": {
"commander": "^5.0.0",
"path-loader": "^1.0.1",
"source-map": "^0.7.3"
},
"devDependencies": {
"@types/node": "^13.13.1",
"chai": "^4.2.0",
"mocha": "^7.1.1"
},
"engines": {
"node": ">=8.0.0"
},
"prettier": {}
}