mirror of
https://github.com/thegeneralist01/twitter-tid-deobf-fork
synced 2026-01-11 15:40:28 +01:00
cleanup
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
parent
c4fd61c36c
commit
0b0d6f516a
6 changed files with 343 additions and 103 deletions
21
package.json
Normal file
21
package.json
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"name": "twitter-tid-deobf-fork",
|
||||
"version": "1.0.0",
|
||||
"description": "fork of twitter-tid-deobf",
|
||||
"main": "deobf.js",
|
||||
"scripts": {
|
||||
"run": "node deobf.js"
|
||||
},
|
||||
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@babel/generator": "~7.24.0",
|
||||
"@babel/parser": "~7.24.0",
|
||||
"@babel/traverse": "~7.24.0",
|
||||
"@babel/types": "~7.24.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=20.0.0"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue