-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
26 lines (26 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
{
"name": "twitter-tid-deobf-fork",
"version": "1.0.0",
"description": "fork of twitter-tid-deobf",
"main": "deobf.js",
"scripts": {
"run": "node deobf.js source/a.js output/a.js && node deobf2.js output/a.js output/b.js",
"run2": "node deobf.js source/a.js output/a.js && node deobf2.js output/a.js output/b.js && node deobf.js output/b.js output/b.js && node deobf2.js output/b.js output/b.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@babel/cli": "^7.24.0",
"@babel/core": "^7.24.0",
"@babel/generator": "~7.24.0",
"@babel/parser": "~7.24.0",
"@babel/traverse": "~7.24.0",
"@babel/types": "~7.24.0",
"babel-plugin-minify-constant-folding": "^0.5.0",
"babel-plugin-minify-dead-code-elimination": "^0.5.2",
"babel-plugin-transform-inline-consecutive-adds": "^0.4.3"
},
"engines": {
"node": ">=20.0.0"
}
}