-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.2 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
{
"name": "copy-for-scrapbox",
"description": "This is a Chrome extension which helps [scrapbox](https://scrapbox.io/) users to create a link. Users can generate a link to the page in the current tab in Scrapbox format and copy it to their clipboad.",
"version": "1.8.2",
"main": "background.js",
"devDependencies": {
"@babel/preset-env": "^7.26.0",
"@crxjs/vite-plugin": "^1.0.14",
"@testing-library/user-event": "^14.5.2",
"glob": "^11.0.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-fetch-mock": "^3.0.3",
"sass": "^1.81.0",
"vite": "^2.9.16",
"vite-plugin-env-compatible": "^2.0.1"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/satoryu/copy-for-scrapbox.git"
},
"keywords": [
"chrome",
"chrome extensions"
],
"author": "Tatsuya Sato",
"license": "MIT",
"bugs": {
"url": "https://github.com/satoryu/copy-for-scrapbox/issues"
},
"homepage": "https://github.com/satoryu/copy-for-scrapbox#readme",
"dependencies": {
"uuid": "^11.0.3"
}
}