-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 934 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 934 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
29
30
31
32
33
34
35
36
37
{
"name": "nirvanify",
"version": "1.0.0",
"description": "A Chrome productivity extension that helps users stay focused",
"scripts": {
"build": "zip -r nirvanify.zip . -x \"*.git*\" \"*.DS_Store\" \"*.zip\" \"package.json\"",
"test": "python3 verify_extension.py"
},
"repository": {
"type": "git",
"url": "git+https://github.com/your-username/nirvanify.git"
},
"keywords": [
"chrome-extension",
"productivity",
"focus",
"site-blocker",
"pomodoro"
],
"author": "",
"license": "MIT",
"dependencies": {
"ajv": "^8.17.1",
"ajv-formats": "^2.1.1",
"egoroof-blowfish": "^4.0.1",
"hi-base32": "^0.5.1",
"jsdom": "^26.1.0",
"katex": "^0.16.22",
"rehype-katex": "^7.0.1",
"rehype-raw": "^7.0.0",
"rehype-stringify": "^10.0.1",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"remark-parse": "^11.0.0",
"unified": "^11.0.5"
}
}