mirror of
https://github.com/jlengrand/open-wc.git
synced 2026-03-10 08:31:19 +00:00
34 lines
748 B
JSON
34 lines
748 B
JSON
{
|
|
"name": "@open-wc/codelabs",
|
|
"version": "1.5.0",
|
|
"private": true,
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"description": "Open-wc codelabs",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/open-wc/open-wc.git",
|
|
"directory": "packages/codelabs"
|
|
},
|
|
"author": "open-wc",
|
|
"homepage": "https://github.com/open-wc/open-wc/tree/master/packages/codelabs",
|
|
"scripts": {
|
|
"site:build": "node build-codelabs.js"
|
|
},
|
|
"keywords": [
|
|
"open-wc",
|
|
"owc",
|
|
"codelabs"
|
|
],
|
|
"devDependencies": {
|
|
"@types/cheerio": "^0.22.23",
|
|
"@types/fs-extra": "^8.0.1",
|
|
"@types/marked": "^0.6.5",
|
|
"cheerio": "^1.0.0-rc.5",
|
|
"fs-extra": "^8.1.0",
|
|
"marked": "^0.7.0"
|
|
}
|
|
}
|