Files
pte/h5/package.json
2024-09-27 01:31:25 +08:00

15 lines
250 B
JSON

{
"name": "smt",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "pm2 start index.js --name h5"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.17.1"
}
}