TomyJan
07bbeca4f2
Some checks failed
Build and deploy to dev server / Deploy (push) Failing after 19s
19 lines
366 B
JSON
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"
|
|
}
|