-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 918 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
{
"name": "@powercord/powerunit",
"version": "0.1.0",
"description": "Powercord's unit testing framework.",
"repository": "[email protected]:powercord-org/powerunit.git",
"author": "Cynthia <[email protected]>",
"license": "BSD-3-Clause",
"scripts": {
"debug_linux": "tsc && POWERUNIT_VIEWPORT=null POWERUNIT_USER_DIR=/tmp/powerunit node dist/cli/index.js",
"lint": "eslint src --ext ts"
},
"engines": {
"node": ">= 14"
},
"dependencies": {
"@cyyynthia/jscert": "^0.1.2",
"erlpack": "^0.1.3",
"fastify": "^3.14.2",
"node-fetch": "^2.6.1",
"puppeteer-core": "^8.0.0",
"ws": "^7.4.4"
},
"devDependencies": {
"@types/node": "^14.14.37",
"@types/puppeteer-core": "^5.4.0",
"@types/ws": "^7.4.1",
"@typescript-eslint/eslint-plugin": "^4.21.0",
"@typescript-eslint/parser": "^4.21.0",
"eslint": "^7.24.0",
"typescript": "^4.2.4"
}
}