| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- {
- "name": "@growi/remark-growi-plugin",
- "version": "5.1.3-RC.0",
- "description": "remark plugin to support GROWI plugin (forked from remark-directive@2.0.1)",
- "license": "MIT",
- "keywords": [
- "unified",
- "remark",
- "remark-plugin",
- "plugin",
- "mdast",
- "markdown",
- "generic"
- ],
- "type": "module",
- "main": "dist/index.js",
- "typings": "dist/index.d.ts",
- "scripts": {
- "build": "yarn tsc && tsc-alias -p tsconfig.build.json",
- "clean": "npx -y shx rm -rf dist",
- "tsc": "tsc -p tsconfig.build.json",
- "tsc:w": "yarn tsc -w",
- "test": "cross-env NODE_ENV=test npm run test-coverage",
- "test-api": "node --conditions development test/index.js",
- "test-coverage": "c8 --check-coverage --branches 100 --functions 100 --lines 100 --statements 100 --reporter lcov npm run test-api",
- "lint": "eslint \"**/*.{cjs, js,jsx,ts,tsx}\"",
- "lint:fix": "eslint \"**/*.{cjs, js,jsx,ts,tsx}\" --fix"
- },
- "dependencies": {
- "@types/mdast": "^3.0.0",
- "mdast-util-directive": "^2.0.0",
- "micromark-extension-directive": "^2.0.0",
- "unified": "^10.0.0"
- },
- "devDependencies": {
- "@types/tape": "^4.0.0",
- "c8": "^7.0.0",
- "is-hidden": "^2.0.0",
- "prettier": "^2.0.0",
- "remark": "^14.0.0",
- "remark-cli": "^10.0.0",
- "remark-preset-wooorm": "^9.0.0",
- "rimraf": "^3.0.0",
- "tape": "^5.0.0",
- "to-vfile": "^7.0.0",
- "type-coverage": "^2.0.0",
- "typescript": "^4.0.0",
- "xo": "^0.46.0"
- },
- "typeCoverage": {
- "atLeast": 100,
- "detail": true,
- "strict": true,
- "ignoreCatch": true
- }
- }
|