-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 842 Bytes
/
Copy pathpackage.json
File metadata and controls
22 lines (22 loc) · 842 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "x-utils",
"version": "0.1.0",
"private": true,
"description": "Copy-paste browser console tools for X (Twitter): audit who follows you back, export bookmarks, unroll threads and more. No API keys, no servers.",
"type": "module",
"scripts": {
"build": "node scripts/build.mjs",
"test": "node --test \"tests/**/*.test.mjs\"",
"examples": "node scripts/examples.mjs",
"site": "node scripts/site.mjs",
"check": "npm run build && npm run site && npm test"
},
"engines": {
"node": ">=20"
},
"keywords": ["twitter", "x", "console", "devtools", "bookmarks", "followers", "export", "userscript"],
"homepage": "https://x-utils.com",
"repository": { "type": "git", "url": "https://github.com/devploit/x-utils.git" },
"bugs": "https://github.com/devploit/x-utils/issues",
"license": "MIT"
}