-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
44 lines (44 loc) · 1.02 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
43
44
{
"name": "tessy",
"version": "1.0.3",
"description": "Advanced Web Monetization testing library with powerful declarative API.",
"main": "src/index.js",
"dependencies": {},
"devDependencies": {
"cypress": "^4.7.0",
"jest": "^26.0.1",
"parcel": "^1.12.4",
"puppeteer": "^3.3.0",
"selenium-webdriver": "^4.0.0-alpha.7"
},
"scripts": {
"test": "jest",
"build:monetization": "parcel build scripts/monetization.js --no-source-maps --out-file monetization-browser.js --out-dir scripts"
},
"jest": {
"testPathIgnorePatterns": [
"/cypress/"
]
},
"files": [
"src/*",
"api/*",
"scripts/*"
],
"keywords": [
"cypress",
"puppeteer",
"selenium",
"plugin",
"library",
"testing",
"web monetization"
],
"author": "Vladimir Mikulic <[email protected]>",
"homepage": "https://github.com/VladimirMikulic/tessy#readme",
"repository": {
"type": "git",
"url": "https://github.com/VladimirMikulic/tessy"
},
"license": "MIT"
}