skrypty-kontrolne/package.json
first_admin d9ad53edbc
Some checks failed
jenkins_organization/skrypty-kontrolne/pipeline/head There was a failure building this commit
Add package.json
2024-09-01 07:57:59 +00:00

18 lines
380 B
JSON

{
"name": "example-project",
"version": "1.0.0",
"description": "An example project to demonstrate npm configuration and build process.",
"main": "index.js",
"scripts": {
"build": "echo 'Building the project...'"
},
"author": "Your Name",
"license": "MIT",
"dependencies": {
"lodash": "^4.17.21"
},
"devDependencies": {
"eslint": "^8.45.0"
}
}