Add package.json
Some checks failed
jenkins_organization/skrypty-kontrolne/pipeline/head There was a failure building this commit

This commit is contained in:
first_admin 2024-09-01 07:57:59 +00:00
parent 547186dd37
commit d9ad53edbc

17
package.json Normal file
View File

@ -0,0 +1,17 @@
{
"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"
}
}