UNPKG

1.86 kBJSONView Raw
1{
2 "name": "sharec",
3 "version": "2.7.0",
4 "description": "The secret weapon against bloat configuration",
5 "keywords": [
6 "configuration",
7 "sharec",
8 "sharing",
9 "reusable code",
10 "codemods",
11 "codegeneration"
12 ],
13 "homepage": "https://lamartire.github.io/sharec/",
14 "repository": {
15 "type": "git",
16 "url": "git+https://github.com/lamartire/sharec"
17 },
18 "author": "Konstantin Epishev <lamartire@gmail.com>",
19 "license": "MIT",
20 "main": "./src/sharec.js",
21 "bin": "./bin/sharec",
22 "scripts": {
23 "test": "jest",
24 "test:watch": "jest --watch",
25 "fxt:json": "hygen fixture-json with-prompt",
26 "fxt:yaml": "hygen fixture-yaml with-prompt",
27 "fxt:lines": "hygen fixture-lines with-prompt"
28 },
29 "jest": {
30 "moduleDirectories": [
31 "node_modules",
32 "test",
33 "src"
34 ],
35 "moduleFileExtensions": [
36 "js",
37 "json"
38 ],
39 "testMatch": [
40 "**/*.test.js"
41 ],
42 "testPathIgnorePatterns": [
43 "node_modules",
44 "src/__legacy__"
45 ],
46 "coveragePathIgnorePatterns": [
47 "node_modules"
48 ],
49 "setupFiles": [
50 "jest-plugin-context/setup",
51 "./test/jest.setup.js"
52 ],
53 "setupFilesAfterEnv": [
54 "./test/jest.matchers.js"
55 ]
56 },
57 "devDependencies": {
58 "callsites": "^3.1.0",
59 "hygen": "^4.0.9",
60 "jest": "^24.8.0",
61 "jest-cli": "^24.8.0",
62 "jest-plugin-context": "^2.9.0",
63 "memfs": "^2.15.2"
64 },
65 "dependencies": {
66 "chalk": "^2.4.2",
67 "detect-indent": "^6.0.0",
68 "editorconfig": "^0.15.3",
69 "enquirer": "^2.3.6",
70 "js-yaml": ">=3.13.1",
71 "json8": "^1.0.1",
72 "lodash": "^4.17.15",
73 "minimatch": "^3.0.4",
74 "minimist": "^1.2.0",
75 "nanomatch": "^1.2.13",
76 "ora": "^3.4.0",
77 "shelljs": "^0.8.3",
78 "slash": "^3.0.0"
79 },
80 "gitHead": "91b59b2c6ccc91f21a08328120a4c30ae67e2fec"
81}