mirror of
https://github.com/kou029w/intro-to-software-testing.git
synced 2025-01-18 08:05:02 +00:00
14 lines
337 B
JSON
14 lines
337 B
JSON
{
|
|
"name": "@kou029w/intro-to-software-testing",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "marp README.md --output pages/index.html",
|
|
"format": "prettier --write ."
|
|
},
|
|
"devDependencies": {
|
|
"@marp-team/marp-cli": "^3.0.0",
|
|
"prettier": "^3.0.0",
|
|
"prettier-plugin-md-nocjsp": "^1.5.1"
|
|
}
|
|
}
|