source: frontend/node_modules/node-releases/package.json

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 513 bytes
Line 
1{
2 "name": "node-releases",
3 "version": "2.0.45",
4 "description": "Node.js releases data",
5 "type": "module",
6 "files": [
7 "data"
8 ],
9 "scripts": {
10 "build": "node scripts/build.js"
11 },
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/chicoxyzzy/node-releases.git"
15 },
16 "keywords": [
17 "nodejs",
18 "releases"
19 ],
20 "author": "Sergey Rubanov <chi187@gmail.com>",
21 "license": "MIT",
22 "engines": {
23 "node": ">=18"
24 },
25 "devDependencies": {
26 "semver": "^7.3.5"
27 }
28}
Note: See TracBrowser for help on using the repository browser.