@berun/runner-tdx-frontmatter
Version:
BeRun runner for using yaml frontmatter with TDX documentation applications
60 lines (59 loc) • 1.46 kB
JSON
{
"name": "@berun/runner-tdx-frontmatter",
"version": "7.3.6",
"description": "BeRun runner for using yaml frontmatter with TDX documentation applications",
"main": "src/index.ts",
"ts:main": "src/index.ts",
"types": "src/index.ts",
"authors": [
"OffGrid Networks <admin@offgridnetworks.com>"
],
"bugs": "https://github.com/bestyled/berun/issues",
"engines": {
"node": ">=8.3",
"npm": ">=5.4.0",
"yarn": ">=1.2.1"
},
"keywords": [
"berun",
"berun-preset",
"bestatic",
"react",
"mdx",
"mdx-js",
"frontmatter",
"docs",
"web",
"hot module replacement",
"create react app"
],
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
},
"repository": "https://github.com/bestyled/berun/tree/master/packages/runner-tdx",
"resolutions": {
"babel-core": "^7.0.0-bridge.0"
},
"scripts": {
"coverage": "berun-dev test --coverage",
"format": "berun-dev format",
"lint": "berun-dev lint",
"test": "berun-dev test",
"test:watch": "berun-dev test -o --watch"
},
"dependencies": {
"@berun/berun": "^7.3.6",
"@tinia/tdx-loader": "^0.4.2",
"babel-loader": "^8.2.2",
"gray-matter": "^4.0.3"
},
"devDependencies": {
"@berun/preset-react": "^7.3.6",
"@berun/runner-tdx": "^7.3.6",
"@berun/berun": "^7.3.6",
"@berun/dev-scripts": "^7.3.6",
"@berun/runner-mdx": "^7.3.6"
},
"peerDependencies": {}
}