1 Star 0 Fork 2

冀利斌/boathouse-calculator-empty

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 811 Bytes
一键复制 编辑 原始数据 按行查看 历史
smartide 提交于 2022-06-30 14:36 . Smoke 0630-Local
{
"name": "calculator",
"version": "1.0.0",
"description": "Calculator",
"repository": {
"type": "git",
"url": "https://github.com/azure-pipelines-samples/node.js"
},
"main": "index.js",
"scripts": {
"start": "node ./server.js --production",
"build": "exit 0",
"test": "mocha --timeout 10000 --reporter mocha-multi-reporters --reporter-options configFile=test/config.json"
},
"keywords": [
"azure",
"pipelines",
"devops",
"vsts",
"ci",
"cd"
],
"author": "Edward Thomson <ethomson@microsoft.com>",
"license": "MIT",
"dependencies": {
"express": "^4.16.3"
},
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^5.2.0",
"mocha-junit-reporter": "^1.18.0",
"mocha-multi-reporters": "^1.1.7",
"supertest": "^3.1.0"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/chileeb/boathouse-calculator-empty.git
git@gitee.com:chileeb/boathouse-calculator-empty.git
chileeb
boathouse-calculator-empty
boathouse-calculator-empty
master

搜索帮助