quill.api-test
Version:
a twitter bot api for node.js this os one option to bypass the pay wall for twiters api
44 lines (43 loc) • 1.07 kB
JSON
{
"$schema": "https://json.schemastore.org/package.json",
"version": "0.0.4",
"description": "a twitter bot api for node.js this os one option to bypass the pay wall for twiters api",
"type": "commonjs",
"name": "quill.api-test",
"main": "./SRC/index.js",
"scripts": {
"test": "node Test/Test.js",
"test2": "node Test/Test002.js"
},
"types": "./typings/index.d.ts",
"exports": {
".": {
"import": {
"types": "./typings/index.d.mts",
"default": "./SRC/index.js"
},
"require": {
"types": "./typings/index.d.ts",
"default": "./SRC/index.js"
}
}
},
"keywords": [
"twitter",
"twitterbot"
],
"author": "landon",
"license": "GNU",
"dependencies": {
"browsermob-proxy": "^1.0.13",
"delay": "^5.0.0",
"overload2": "^0.3.2",
"quill.api-test": "file:",
"selenium-webdriver": "^4.18.1",
"terminal-kit": "^3.0.0",
"typescript": "^5.3.3"
},
"devDependencies": {
"@types/node": "^20.10.4"
}
}