-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
35 lines (35 loc) · 920 Bytes
/
package.json
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
{
"name": "silly-internet-tricks",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest --coverage",
"lint": "npx eslint \"**/*.js\"",
"build": "node bundle-build.js \"./@(stack|text-effect|wikipedia|nightcafe)/**/*.user.js\"",
"publish": "node bundle-publish.js",
"ts": "tsc"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/parser": "^7.20.3",
"@babel/types": "^7.20.2",
"eslint": "^8.12.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jest": "^26.1.3",
"jest": "^27.5.1",
"prettier": "^2.8.8"
},
"dependencies": {
"@octokit/auth-action": "^1.3.3",
"@octokit/core": "^3.6.0",
"glob": "^8.0.1",
"jest-puppeteer": "^10.1.4",
"node-fetch": "^3.2.3",
"parse5": "^6.0.1",
"typescript": "^4.9.3",
"webpack": "^5.72.0"
}
}