generated from wolkeneis/wolkeneis-ts-template
-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
53 lines (53 loc) · 1.46 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "node-widevine",
"version": "0.3.1",
"description": "Node Widevine",
"keywords": [],
"repository": {
"type": "git",
"url": "git+/~https://github.com/frooastside/node-widevine.git"
},
"author": "Frooastside <frooastside@gmail.com>",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "/~https://github.com/frooastside/node-widevine/issues"
},
"homepage": "/~https://github.com/frooastside/node-widevine/",
"main": "dist/index.js",
"bin": {},
"type": "module",
"scripts": {
"proto:compile": "npx buf generate proto",
"lint": "eslint --ext ts .",
"lint:fix": "eslint --fix .",
"test": "pnpm build && ts-mocha test/**/*.spec.ts",
"pretty": "prettier --write .",
"build": "tsc --incremental",
"clean": "rimraf dist"
},
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.8.0",
"@types/mocha": "^10.0.7",
"@types/node": "22.8.1",
"@types/node-forge": "^1.3.11",
"@typescript-eslint/eslint-plugin": "8.11.0",
"@typescript-eslint/parser": "8.11.0",
"dotenv": "^16.4.5",
"eslint": "^9.8.0",
"eslint-config-prettier": "^9.1.0",
"globals": "^15.8.0",
"mocha": "^10.7.0",
"prettier": "3.3.3",
"rimraf": "^6.0.1",
"ts-mocha": "^10.0.0",
"ts-node": "^10.9.2",
"typescript": "^5.5.4"
},
"dependencies": {
"@bufbuild/buf": "^1.35.1",
"@bufbuild/protobuf": "2.2.0",
"@bufbuild/protoc-gen-es": "2.2.0",
"node-forge": "^1.3.1"
}
}