ci-publish-test/package.json
TomyJan 07bbeca4f2
Some checks failed
Build and deploy to dev server / Deploy (push) Failing after 19s
ci: test
2024-09-04 14:52:06 +08:00

19 lines
366 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": {
"node": "^18.20.3",
"moment": "^2.30.1"
},
"packageManager": "pnpm@9.7.0"
}