sharec-core
Version:
[](https://github.com/lamartire/sharec/actions) [](https://npmjs.com/sharec)  • 1.26 kB
JSON
{
"name": "sharec-core",
"version": "3.2.1",
"keywords": [
"configuration",
"sharec",
"sharing",
"reusable code",
"codemods",
"codegeneration"
],
"homepage": "https://sharec.js.org",
"repository": {
"type": "git",
"url": "git+https://github.com/lamartire/sharec"
},
"author": "Konstantin Epishev <lamartire@gmail.com>",
"license": "MIT",
"main": "./lib/index.js",
"types": "./types/index.d.ts",
"scripts": {
"test": "tsc --noEmit && jest",
"types": "tsc --emitDeclarationOnly"
},
"jest": {
"moduleDirectories": [
"node_modules",
"src",
"../../test"
],
"moduleFileExtensions": [
"js",
"json"
],
"testMatch": [
"**/*.test.js"
],
"testPathIgnorePatterns": [
"node_modules",
"src/__legacy__"
],
"coveragePathIgnorePatterns": [
"node_modules"
],
"setupFiles": [
"./jest.setup.js"
]
},
"devDependencies": {
"jest": "^26.6.3",
"jest-cli": "^26.6.3",
"memfs": "^3.4.1"
},
"dependencies": {
"lodash.get": "^4.4.2",
"lodash.omit": "^4.5.0",
"sharec-schema": "^3.1.0",
"sharec-utils": "^3.1.0"
},
"gitHead": "847bfe5691c076e1312462ddfe66bc57fed247dd"
}