marp/package.json
Yuki Hattori 44c52b9d95 Fix audit error in CI
- Update dependent packages to the latest version
- Use Node v10.16.3
2019-09-16 05:11:08 +09:00

32 lines
686 B
JSON

{
"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.18.2",
"typescript": "^3.6.3"
}
}