NodeJS repozitar pro 4.J pro rok 2025/2026
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

12 lines
290 B

{
"name": "package_01_test",
"version": "1.0.0",
"description": "Malý testovací package pro hodinu",
"main": "index.js",
"scripts": {
"start": "node index.js 3000",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "skrabanek",
"license": "ISC"
}