-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.31 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 loc) · 1.31 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "prsprscopy",
"description": "Princess Princess Copy",
"version": "0.0.1",
"author": "PrsPrsBK",
"ava": {
"files": [
"test/testFoosite.js",
"test/testTwPlain.js",
"test/testTwR.js",
"test/testTwPickup.js",
"test/testTwPickupR.js",
"test/testTwQuote.js",
"test/testUrlHash.js",
"!test/helpers"
],
"verbose": true,
"require": [
"esm",
"./test/helpers/setup-browser-env.js"
],
"timeout": "2m"
},
"dependencies": {
"webextension-polyfill": ">=0.4.0"
},
"devDependencies": {
"@types/firefox-webext-browser": ">=65.0.0",
"ava": "^3.0.0",
"browser-env": "^3.2.6",
"eslint": "^7.0.0",
"esm": "^3.2.25",
"ffext-manifest-schema": ">=0.10.0",
"js2flowchart": "^1.1.3",
"nyc": "^15.0.0",
"prettier": "^2.0.0",
"sinon": "^9.2.4",
"tern-def-webextensions": "^0.21.1",
"webextensions-api-fake": "^1.3.0"
},
"keywords": [
"WebExtensions",
"Copy",
"Clipboard"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "none"
},
"scripts": {
"eslint": "eslint --color --ext=.js .",
"pret": "prettier",
"flowchart": "js2flowchart -- ",
"test": "nyc ava"
},
"volta": {
"node": "14.15.4",
"yarn": "1.22.10"
}
}