ci-publish-test/package.json

18 lines
332 B
JSON
Raw Normal View History

2024-09-04 10:52:03 +08:00
{
"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": {
2024-09-04 14:03:06 +08:00
"node": "^18.20.3",
2024-09-04 10:52:03 +08:00
"moment": "^2.30.1"
}
}