-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.33 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
{
"name": "qwiki-cite",
"version": "2.0.1",
"description": "Instantly generate a Wikipedia citation template for the current website",
"license": " GPL-3.0-only",
"dependencies": {
"metadata-scraper": "^0.2.61",
"moment": "^2.30.1",
"parcel": "^2.10.3",
"parse-full-name": "^1.2.6",
"ts-mocha": "^10.0.0",
"typescript": "^5.3.3",
"web-ext": "^7.9.0",
"webextension-polyfill": "^0.10.0"
},
"devDependencies": {
"@parcel/config-webextension": "^2.10.3",
"@playwright/test": "^1.40.1",
"@types/chai": "^4.3.11",
"@types/mocha": "^10.0.6",
"@types/moment": "^2.13.0",
"@types/parse-full-name": "^1.2.5",
"@types/sinon": "^17.0.2",
"@types/webextension-polyfill": "^0.10.7",
"chai": "^4.3.10",
"mocha": "^10.2.0",
"parcel-namer-hashless": "^1.0.5",
"punycode": "^1.4.1",
"sinon": "^17.0.1",
"url": "^0.11.0"
},
"scripts": {
"test": "yarn build && yarn playwright install && ts-mocha --timeout 30000 ./test/**/*",
"build": "rm -rf dist .cache .parcel-cache && parcel build --no-cache src/manifest.json",
"watch": "parcel watch --host localhost src/manifest.json",
"bundle": "yarn test && yarn build && zip -j qwiki-cite-$npm_package_version.zip ./dist/*"
},
"packageManager": "yarn@1.22.21+sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72"
}