mirror of
https://github.com/arthur-pbty/portfolio2023.git
synced 2026-06-04 07:46:21 +02:00
59 lines
1.1 KiB
JSON
59 lines
1.1 KiB
JSON
{
|
|
"name": "mrm-core",
|
|
"version": "7.1.13",
|
|
"description": "Utilities to make tasks for Mrm",
|
|
"author": {
|
|
"name": "Artem Sapegin",
|
|
"url": "https://sapegin.me"
|
|
},
|
|
"homepage": "https://github.com/sapegin/mrm",
|
|
"repository": "sapegin/mrm",
|
|
"license": "MIT",
|
|
"main": "src/index.js",
|
|
"types": "types/index.d.ts",
|
|
"engines": {
|
|
"node": ">=10.13"
|
|
},
|
|
"files": [
|
|
"src",
|
|
"types"
|
|
],
|
|
"dependencies": {
|
|
"babel-code-frame": "^6.26.0",
|
|
"comment-json": "^2.2.0",
|
|
"detect-indent": "^6.0.0",
|
|
"editorconfig": "^0.15.3",
|
|
"find-up": "^4.1.0",
|
|
"fs-extra": "^8.1.0",
|
|
"kleur": "^3.0.3",
|
|
"listify": "^1.0.0",
|
|
"lodash": "^4.17.15",
|
|
"minimist": "^1.2.0",
|
|
"prop-ini": "^0.0.2",
|
|
"rc": "^1.2.8",
|
|
"readme-badger": "^0.3.0",
|
|
"semver": "^6.3.0",
|
|
"smpltmpl": "^1.0.2",
|
|
"split-lines": "^2.0.0",
|
|
"strip-bom": "^4.0.0",
|
|
"validate-npm-package-name": "^3.0.0",
|
|
"webpack-merge": "^4.2.2",
|
|
"yaml": "^2.0.0-1"
|
|
},
|
|
"keywords": [
|
|
"mrm",
|
|
"boilerplate",
|
|
"codemod",
|
|
"template",
|
|
"generate",
|
|
"generator",
|
|
"scaffold",
|
|
"npm",
|
|
"yaml",
|
|
"json",
|
|
"ini",
|
|
"markdown"
|
|
],
|
|
"gitHead": "8a7ffeeb126cf08d78db3135e50c4fec45fae989"
|
|
}
|