Compare commits

...

2 Commits

Author SHA1 Message Date
Frédéric Matte ee0250d7fa Create package.json 2026-03-25 13:35:32 -04:00
Frédéric Matte f081bd857c Test 22 2026-03-25 13:33:40 -04:00
3 changed files with 30 additions and 1 deletions

View File

@ -1,3 +1,3 @@
# test # test
21 22

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"
}
}