ci-publish-test/package.json
2024-09-04 10:52:03 +08:00

17 lines
308 B
JSON

{
"name": "ci-publish-test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node build.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"moment": "^2.30.1"
}
}