forked from NeedsSoySauce/Random-Bookmark
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.16 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
{
"name": "random-bookmark",
"version": "1.2.0",
"description": "Open a random bookmark",
"scripts": {
"copy": "copyfiles manifest.json LICENSE README.md images/**/* dist",
"clean": "npx rimraf .parcel dist",
"build-options": "npx copyfiles -u 1 -e src/**.ts src/**/* .parcel && npx parcel build .parcel/options.html --no-optimize",
"build": "npm run clean && tsc && npx copyfiles -u 1 dist/**/* .parcel && npm run build-options && npm run copy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NeedsSoySauce/Random-Bookmark.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/NeedsSoySauce/Random-Bookmark/issues"
},
"homepage": "https://github.com/NeedsSoySauce/Random-Bookmark#readme",
"devDependencies": {
"@tsconfig/recommended": "^1.0.1",
"@types/chrome": "^0.0.168",
"@types/dateformat": "^5.0.0",
"@types/jquery": "^3.5.9",
"@types/semantic-ui": "^2.2.7",
"copyfiles": "^2.4.1",
"rimraf": "^3.0.2",
"typescript": "^4.5.2"
},
"dependencies": {
"dateformat": "^5.0.2",
"fomantic-ui": "^2.8.8",
"jquery": "^3.6.0"
}
}