2 Star 5 Fork 1

Chatopera/pegjs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 992 Bytes
一键复制 编辑 原始数据 按行查看 历史
Futago-za Ryuu 提交于 2019-11-17 02:06 +08:00 . Rebuild the website as a SSR static site
{
"name": "pegjs-dev",
"private": true,
"workspaces": [
"packages/*",
"tools/*",
"test",
"website"
],
"scripts": {
"lint": "eslint --ext .js .",
"spec": "mocha --reporter progress",
"benchmark": "node tools/benchmark",
"build-parser": "pegjs -c src/pegjs.config.js",
"build-dist": "bundle",
"build-website": "node website/export",
"clean": "rimraf public packages/pegjs/dist examples/*.js",
"impact": "node tools/impact master",
"build": "node website/export --fresh",
"test": "nyc mocha",
"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov"
},
"dependencies": {
"@futagoza/eslint-config": "11.2.0",
"@types/node": "8",
"codecov": "3.6.1",
"eslint": "6.6.0",
"mocha": "6.2.2",
"nyc": "14.1.1",
"rimraf": "3.0.0"
},
"engines": {
"node": ">= 8"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/chatopera/pegjs.git
git@gitee.com:chatopera/pegjs.git
chatopera
pegjs
pegjs
master

搜索帮助