workshops/package.json

31 строка
848 B
JSON

{
"name": "workshops",
"version": "1.0.0",
"description": "Throughout the workshops you'll encounter the following emoji — here's what they mean:",
"main": "index.js",
"dependencies": {
"remark": "^11.0.1",
"remark-cli": "^7.0.0",
"remark-lint": "^6.0.5",
"remark-preset-lint-markdown-style-guide": "^2.1.3",
"remark-preset-lint-recommended": "^3.0.3"
},
"devDependencies": {
"markdownlint": "^0.17.0",
"markdownlint-cli": "^0.18.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/unoplatform/workshop.git"
},
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/unoplatform/workshop/issues"
},
"homepage": "https://github.com/unoplatform/workshop#readme"
}