package.json

This commit is contained in:
2025-04-08 21:56:16 +03:00
parent 56be57ada1
commit 2ac46a9206
3 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
# iterable-js
# iterables-js
A data structures library based on iterators, inspired by libstdc++

10
package-lock.json generated
View File

@ -1,13 +1,13 @@
{
"name": "iterable",
"version": "1.0.0",
"name": "iterables",
"version": "0.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "iterable",
"version": "1.0.0",
"license": "ISC",
"name": "iterables",
"version": "0.1.0",
"license": "LGPL-3.0-only",
"dependencies": {
"esbuild": "^0.25.2",
"vitest": "^3.1.1"

View File

@ -1,5 +1,5 @@
{
"name": "iterable",
"name": "iterables",
"version": "0.1.0",
"description": "",
"main": "dist/index.js",
@ -9,7 +9,7 @@
},
"keywords": [],
"author": "Vlad Litvinov <vlad@sek1.ro>",
"license": "ISC",
"license": "LGPL-3.0-only",
"type": "module",
"dependencies": {
"esbuild": "^0.25.2",