drone-node/package.json

13 lines
209 B
JSON
Raw Normal View History

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