mirror of
https://github.com/marp-team/marp.git
synced 2024-12-03 13:52:06 +03:00
44c52b9d95
- Update dependent packages to the latest version - Use Node v10.16.3
32 lines
686 B
JSON
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"
|
|
}
|
|
}
|