Files
nairobi/package-lock.json
Javi Martín ad166fba4c Setup NPM with an empty package.json file
Note that, even if we're excluding the `node_modules/` folder from
version control, we aren't adding it to Capistrano's shared folders
because, when `node_modules` is a symbolic link, NPM removes it when
running `npm install`.
2023-10-17 13:12:20 +02:00

11 lines
145 B
JSON

{
"name": "consuldemocracy",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "consuldemocracy"
}
}
}