UNPKG

1.76 kBJSONView Raw
1{
2 "name": "sharec",
3 "version": "2.9.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://sharec.js.org",
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 "types": "tsc",
25 "test:watch": "jest --watch"
26 },
27 "jest": {
28 "moduleDirectories": [
29 "node_modules",
30 "src",
31 "../../test"
32 ],
33 "moduleFileExtensions": [
34 "js",
35 "json"
36 ],
37 "testMatch": [
38 "**/*.test.js"
39 ],
40 "testPathIgnorePatterns": [
41 "node_modules",
42 "src/__legacy__"
43 ],
44 "coveragePathIgnorePatterns": [
45 "node_modules"
46 ],
47 "setupFiles": [
48 "jest-plugin-context/setup",
49 "./jest.setup.js"
50 ],
51 "setupFilesAfterEnv": [
52 "../../test/jest/index.js"
53 ]
54 },
55 "devDependencies": {
56 "callsites": "^3.1.0",
57 "jest": "^26.6.3",
58 "jest-cli": "^26.6.3",
59 "jest-plugin-context": "^2.9.0",
60 "memfs": "^2.15.2"
61 },
62 "dependencies": {
63 "chalk": "^2.4.2",
64 "detect-indent": "^6.0.0",
65 "editorconfig": "^0.15.3",
66 "enquirer": "^2.3.6",
67 "js-yaml": ">=3.13.1",
68 "json8": "^1.0.1",
69 "lodash": "^4.17.15",
70 "minimatch": "^3.0.4",
71 "minimist": "^1.2.0",
72 "nanomatch": "^1.2.13",
73 "ora": "^3.4.0",
74 "sharec-schema": "^2.9.0",
75 "sharec-utils": "^2.9.0",
76 "shelljs": "^0.8.3",
77 "slash": "^3.0.0"
78 },
79 "gitHead": "df6a2554118b012d82eb3e17c02686b60693cf1d"
80}