{ "name": "@marp-team/marp", "description": "The entrance repository of Marp family", "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" ], "scripts": { "format": "prettier \"**/*.{css,html,js,json,jsx,md,scss,ts,tsx,yaml,yml}\"", "format:check": "yarn -s --mutex file format -c" }, "devDependencies": { "prettier": "^1.17.1", "typescript": "^3.5.1" } }