UNPKG

1.98 kBJSONView Raw
1{
2 "name": "@hela/dev",
3 "version": "3.1.9",
4 "description": "WIP: Powerful software development experience",
5 "repository": {
6 "type": "git",
7 "url": "https://github.com/tunnckoCore/opensource.git",
8 "directory": "@hela/dev"
9 },
10 "homepage": "https://tunnckocore.com/opensource",
11 "author": "Charlike Mike Reagent <opensource@tunnckocore.com> (https://tunnckocore.com)",
12 "license": "MPL-2.0",
13 "engines": {
14 "node": ">=8.11"
15 },
16 "main": "src/index.js",
17 "module": "src/index.js",
18 "typings": "src/index.d.ts",
19 "files": [
20 "src"
21 ],
22 "keywords": [
23 "tunnckocorehq",
24 "tunnckocore-oss",
25 "hela",
26 "development",
27 "developer-experience",
28 "dx",
29 "dev",
30 "wrapper",
31 "cli",
32 "command-line",
33 "runner"
34 ],
35 "scripts": {},
36 "peerDependencies": {
37 "jest": "^24.9.0",
38 "prettier": "^1.18.2"
39 },
40 "dependencies": {
41 "@hela/core": "^3.0.0-alpha.71",
42 "@tunnckocore/jest-runner-babel": "^4.0.6",
43 "@tunnckocore/jest-runner-eslint": "^1.0.8",
44 "@tunnckocore/utils": "^1.1.5",
45 "is-ci": "^2.0.0",
46 "jest-runner-docs": "^1.0.8",
47 "jest-runner-rollup": "^1.1.7",
48 "picomatch": "^2.0.7",
49 "prettier-plugin-pkg": "^0.4.4",
50 "prettier-plugin-sh": "^0.2.2"
51 },
52 "publishConfig": {
53 "access": "public",
54 "tag": "latest"
55 },
56 "cov": {
57 "value": 18.33,
58 "color": "red"
59 },
60 "jest": {
61 "coverageThreshold": {
62 "src/**/*.js": {
63 "statements": 29,
64 "branches": 0,
65 "functions": 14,
66 "lines": 30
67 }
68 }
69 },
70 "jestCov": {
71 "value": 18.33,
72 "color": "red"
73 },
74 "licenseStart": 2019,
75 "verb": {
76 "readme": "../../readme-template.md",
77 "run": true,
78 "toc": {
79 "render": true,
80 "method": "preWrite",
81 "maxdepth": 4
82 },
83 "layout": "empty",
84 "tasks": [
85 "readme"
86 ],
87 "lint": {
88 "reflinks": true
89 },
90 "reflinks": []
91 },
92 "gitHead": "e2998fc5eaa9cf21fd37be6d5a891802b0efb935"
93}