1 Star 0 Fork 13

魏振龙/boathouse-calculator

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
package.json 811 Bytes
Copy Edit Raw Blame History
smartide authored 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"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zlweicoder/boathouse-calculator.git
git@gitee.com:zlweicoder/boathouse-calculator.git
zlweicoder
boathouse-calculator
boathouse-calculator
master

Search