Create package.json

master v2.0.0
Frédéric Matte 2026-03-25 13:35:32 -04:00
parent f081bd857c
commit ee0250d7fa
2 changed files with 29 additions and 0 deletions

13
package-lock.json generated Normal file
View File

@ -0,0 +1,13 @@
{
"name": "test",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "test",
"version": "1.0.0",
"license": "ISC"
}
}
}

16
package.json Normal file
View File

@ -0,0 +1,16 @@
{
"name": "test",
"version": "1.0.0",
"description": "22",
"repository": {
"type": "git",
"url": "https://git.tranche.ca/fmatte/test.git"
},
"license": "ISC",
"author": "",
"type": "module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}