mirror of
https://github.com/thegeneralist01/twitter-tid-deobf-fork
synced 2026-01-11 23:50:28 +01:00
22 lines
506 B
JSON
22 lines
506 B
JSON
{
|
|
"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"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@babel/generator": "~7.24.0",
|
|
"@babel/parser": "~7.24.0",
|
|
"@babel/traverse": "~7.24.0",
|
|
"@babel/types": "~7.24.0",
|
|
"run": "^1.5.0",
|
|
"twitter-tid-deobf-fork": "file:.."
|
|
},
|
|
"engines": {
|
|
"node": ">=20.0.0"
|
|
}
|
|
}
|