-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 919 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 919 Bytes
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
{
"name": "offlyn-apply",
"version": "1.0.0",
"description": "<div align=\"center\"> <img src=\"apps/extension-chrome/public/icons/logo-full-400w.png\" alt=\"Offlyn Apply\" width=\"320\" /> <h3>Privacy-first job application assistant for Chrome & Firefox</h3> <p>Auto-fill forms · AI cover letters · Local Ollama · Zero cloud · Zero tracking</p>",
"main": "index.js",
"directories": {
"doc": "docs",
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/joelnishanth/offlyn-apply.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/joelnishanth/offlyn-apply/issues"
},
"homepage": "https://github.com/joelnishanth/offlyn-apply#readme",
"devDependencies": {
"playwright": "^1.59.1"
}
}