-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 994 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
{
"name": "recipe-paywall-smasher",
"version": "2.1.2",
"description": "Deletes paywall shhhh",
"main": "index.js",
"scripts": {
"build": "ts-node build.ts",
"lint:android": "web-ext lint",
"sign:android": "web-ext sign --api-key=$(grep AMO_JWT_ISSUER .env | cut -d '=' -f2) --api-secret=$(grep AMO_JWT_SECRET .env | cut -d '=' -f2)",
"build:android": "web-ext build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/blakenetz/recipe-paywall-smasher.git"
},
"author": "blake<[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/blakenetz/recipe-paywall-smasher/issues"
},
"homepage": "https://github.com/blakenetz/recipe-paywall-smasher#readme",
"dependencies": {
"@tensorflow-models/qna": "^1.0.2",
"@tensorflow/tfjs": "^4.20.0",
"openai": "^4.52.3",
"web-ext": "^7.11.0"
},
"devDependencies": {
"esbuild": "0.20.0",
"esbuild-plugin-copy": "^2.1.1",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
}
}