tibi-docs/.yarn/unplugged/metalsmith-npm-2.5.1-131e5add51/node_modules/metalsmith/package.json
2022-11-02 06:40:25 +00:00

87 lines
2.1 KiB
JSON

{
"name": "metalsmith",
"version": "2.5.1",
"description": "An extremely simple, pluggable static site generator.",
"keywords": [
"static",
"jamstack",
"file",
"site",
"website",
"blog",
"generator",
"markdown",
"jekyll",
"metalsmith",
"yaml"
],
"homepage": "https://metalsmith.io",
"bugs": "https://github.com/metalsmith/metalsmith/issues",
"repository": {
"type": "git",
"url": "https://github.com/metalsmith/metalsmith.git"
},
"license": "MIT",
"bin": {
"_metalsmith": "bin/_metalsmith",
"metalsmith": "bin/metalsmith"
},
"directories": {
"lib": "lib",
"test": "test"
},
"files": [
"index.js",
"lib/index.js",
"lib/debug.js",
"lib/helpers.js",
"metalsmith-migrated-plugins.js",
"bin/**",
"CHANGELOG.md",
"snapcraft.yaml"
],
"scripts": {
"coverage": "nyc report --reporter=text-lcov > ./coverage.info",
"lint:check": "eslint --cache --fix-dry-run index.js lib/* bin/* test/*.js",
"lint": "eslint --fix index.js lib/* bin/* test/*.js",
"format:check": "prettier --list-different \"**/*.{yml,md,js,json}\"",
"format": "prettier --write \"**/*.{yml,md,js,json}\"",
"test": "nyc mocha",
"release": "release-it",
"postinstall": "node metalsmith-migrated-plugins.js || exit 0"
},
"mocha": {
"reporter": "spec",
"slow": 500,
"timeout": 3000
},
"dependencies": {
"commander": "^6.2.1",
"cross-spawn": "^7.0.3",
"debug": "^4.3.4",
"gray-matter": "^4.0.3",
"is-utf8": "~0.2.0",
"micromatch": "^4.0.5",
"rimraf": "^3.0.2",
"stat-mode": "^1.0.0",
"ware": "^1.3.0"
},
"devDependencies": {
"@metalsmith/drafts": "^1.2.0",
"@metalsmith/markdown": "^1.5.0",
"assert-dir-equal": "^1.1.0",
"eslint": "^8.24.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"mocha": "^9.2.2",
"nyc": "^15.1.0",
"prettier": "^2.7.1",
"release-it": "^15.5.0",
"toml": "^3.0.0"
},
"engines": {
"node": ">=12"
}
}