-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 891 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
{
"name": "recover-source",
"version": "1.0.4",
"description": "Unmask the secrets of your minified code with Recover-Source! This CLI breathes life back into your JS/TS source code from a directory of minified/uglified files, along with their source maps. Watch as your original files return in all their pre-compilation glory!",
"main": "index.js",
"bin": {
"recover-source": "./index.js"
},
"scripts": {},
"keywords": [
"javascript",
"sourcemap",
"coderecovery",
"typescript",
"minified",
"uglified"
],
"repository": {
"type": "git",
"url": "git+https://github.com/puntorigen/recover-source.git"
},
"author": "Pablo Schaffner",
"license": "ISC",
"dependencies": {
"prettier": "^3.0.0",
"source-map": "^0.7.4",
"yargs": "^17.7.2"
}
}