{ "name": "@marp-team/marp", "description": "The entrance repository of Markdown presentation ecosystem", "private": true, "license": "MIT", "author": { "name": "Marp team", "url": "https://github.com/marp-team" }, "contributors": [ { "name": "Yuki Hattori", "url": "https://github.com/yhatt" } ], "repository": { "type": "git", "url": "https://github.com/marp-team/marp" }, "workspaces": [ "website" ], "prettier": { "semi": false, "singleQuote": true }, "scripts": { "check:format": "yarn -s format -c", "check:ts": "yarn lage check:ts", "format:write": "yarn -s format --write", "format": "prettier \"**/*.{css,js,jsx,json,md,mdx,scss,ts,tsx,yaml,yml}\"", "lint:js": "eslint --report-unused-disable-directives --cache .", "website": "yarn workspace @marp-team/marp-website dev" }, "devDependencies": { "@tsconfig/recommended": "^1.0.1", "@types/node": "~16.11.46", "@typescript-eslint/eslint-plugin": "^5.33.0", "@typescript-eslint/parser": "^5.33.0", "eslint": "^8.21.0", "eslint-config-prettier": "^8.3.0", "eslint-import-resolver-typescript": "^3.4.0", "eslint-plugin-import": "^2.25.4", "lage": "^1.7.3", "prettier": "^2.7.1", "typescript": "^4.7.4" } }