sharec-utils
Version:
Common utilities
63 lines (62 loc) • 1.29 kB
JSON
{
"name": "sharec-utils",
"version": "3.1.0",
"description": "Common utilities",
"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",
"scripts": {
"test": "tsc --noEmit && jest",
"types": "tsc --emitDeclarationOnly"
},
"main": "./lib/index.js",
"types": "./types/index.d.ts",
"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": {
"detect-indent": "^6.1.0",
"lodash.get": "^4.4.2",
"minimatch": "^3.0.4",
"slash": "^3.0.0"
},
"gitHead": "344bea4305a9f151cf03575e1d21f16a93334526"
}