UNPKG

1.41 kBJSONView Raw
1{
2 "name": "matman",
3 "version": "6.0.6",
4 "description": "Easy to write e2e test",
5 "main": "lib/index.js",
6 "scripts": {
7 "prepublishOnly": "npm run build",
8 "build": "tsc -d",
9 "test": "npm run test:unit",
10 "test:unit": "mocha 'test/**/*.test.{ts,tsx}'",
11 "test:cover": "nyc npm run test:unit",
12 "lint": "npx eslint src test --ext .ts"
13 },
14 "gitHooks": {
15 "pre-commit": "lint-staged"
16 },
17 "lint-staged": {
18 "*.js": [
19 "eslint --fix",
20 "git add"
21 ]
22 },
23 "keywords": [
24 "matman",
25 "e2e",
26 "test",
27 "end-to-end"
28 ],
29 "author": "helinjiang",
30 "license": "MIT",
31 "repository": {
32 "type": "git",
33 "url": "git+https://github.com/matmanjs/matman.git"
34 },
35 "bugs": {
36 "url": "https://github.com/matmanjs/matman/issues"
37 },
38 "homepage": "https://github.com/matmanjs/matman#readme",
39 "dependencies": {
40 "fs-extra": "^9.0.0",
41 "glob": "^7.1.6",
42 "lodash": "^4.17.15",
43 "matman-core": "^6.0.6"
44 },
45 "devDependencies": {
46 "@types/chai": "^4.2.11",
47 "@types/expect": "^24.3.0",
48 "@types/fs-extra": "^9.0.1",
49 "@types/lodash": "^4.14.155",
50 "@types/mocha": "^7.0.2",
51 "@types/nightmare": "^2.10.4",
52 "@types/puppeteer": "^3.0.0",
53 "chai": "^4.2.0",
54 "mocha": "^8.0.1",
55 "nyc": "^15.1.0",
56 "ts-node": "^8.10.2",
57 "typescript": "^3.9.5"
58 },
59 "gitHead": "81291eb45d1568f23e0c39f7cdd26ccb94d3103a"
60}