-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
93 lines (93 loc) · 3.2 KB
/
package.json
File metadata and controls
93 lines (93 loc) · 3.2 KB
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"title": "Tweeter Client",
"webpackConfigJaid": "cli",
"version": "4.25.0",
"author": "Jaid <jaid.jsx@gmail.com> (https://github.com/Jaid)",
"dependencies": {
"@absolunet/fsp": "^1.6.2",
"@hapi/joi": "^17.1.1",
"buffer-to-data-url": "^1.0.0",
"camelcase": "^6.0.0",
"canvas": "^2.6.1",
"data-urls": "^2.0.0",
"dead-by-daylight": "^1.22.0",
"delay": "^4.3.0",
"ensure-array": "^1.0.0",
"ensure-object": "^1.0.1",
"escape-string-regexp": "^3.0.0",
"execall": "^2.0.0",
"flatten-multiline": "^1.0.0",
"got": "^10.7.0",
"handlebars": "^4.7.6",
"has-content": "^1.1.1",
"humanize-list": "^1.0.1",
"jaid-core": "^8.0.3",
"jimp": "^0.10.2",
"jsqr": "^1.2.0",
"just-handlebars-helpers": "^1.0.17",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"node-schedule": "^1.3.2",
"pick-random": "^2.0.0",
"qrcode": "^1.4.4",
"readable-ms": "^2.0.3",
"regex-parser": "^2.2.10",
"remove-accents": "^0.4.2",
"render-dead-by-daylight-build": "^1.1.1",
"sequelize": "^5.21.6",
"sort-keys": "^4.0.0",
"sqlite3": "^4.1.1",
"steam-game-update-watcher": "^1.1.1",
"timestring": "^6.0.0",
"twit": "^2.2.11",
"yargs": "^15.3.1"
},
"devDependencies": {
"acorn": "^7.1.1",
"babel-jest": "^25.3.0",
"babel-preset-jaid": "^8.0.0",
"browserslist-config-jaid-node": "^2.2.2",
"eslint": "^6.8.0",
"eslint-config-jaid": "^1.49.0",
"jest": "^25.3.0",
"ms.macro": "^2.0.0",
"rimraf": "^3.0.2",
"webpack": "^4.42.1",
"webpack-config-jaid": "^11.8.0"
},
"scripts": {
"clean": "rimraf dist/",
"start": "npm run build:dev && node --inspect=9230 $(npx find-by-extension-cli js --fullPath --cwd dist/package/development)",
"babel:prod": "rimraf dist/transpiled/production && NODE_ENV=production babel --out-dir dist/transpiled/production --source-maps true src",
"babel:dev": "rimraf dist/transpiled/development && NODE_ENV=development babel --out-dir dist/transpiled/development src",
"babel:test": "rimraf dist/transpiled/test && NODE_ENV=test babel --out-dir dist/transpiled/test src",
"build:prod": "NODE_ENV=production webpack",
"build:dev": "NODE_ENV=development webpack",
"test": "npm run build:prod && NODE_ENV=production MAIN=$(npx find-by-extension-cli js --fullPath --cwd dist/package/production) jest --runInBand --passWithNoTests",
"test:coverage": "npm run test:dev -- --passWithNoTests --coverage --json --outputFile=dist/jest/stats.json",
"test:dev": "npm run build:dev && NODE_ENV=test MAIN=$(npx find-by-extension-cli js --fullPath --cwd dist/package/development) jest --runInBand --passWithNoTests",
"test:debug": "npm run start",
"prepareActionJest": "npm run build:prod"
},
"name": "tweeter-client",
"description": "Creates tweets.",
"funding": "https://github.com/sponsors/jaid",
"repository": {
"type": "git",
"url": "https://github.com/jaid/tweeter-client"
},
"homepage": "https://github.com/Jaid/tweeter-client",
"keywords": [
"automation",
"bot",
"cli",
"personal",
"tweeter",
"tweeter-server",
"tweets",
"twitter",
"twitter-api",
"twitter-app",
"twitter-bot"
]
}