drone-node/package.json
dolphinth 789da49a50
All checks were successful
continuous-integration/drone/push Build is passing
TEST
2024-08-28 00:35:40 +08:00

13 lines
209 B
JSON

{
"name": "drone-node",
"version": "1.0.0",
"description": "nodejs的测试",
"main": "index.js",
"scripts": {
"test": "node index.js"
},
"keywords": [],
"author": "",
"license": "ISC"
}