Skip to content

Commit

Permalink
feat: update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
TanyaLagodich committed Sep 1, 2024
1 parent 368453d commit d6fb400
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
{
"name": "iter8or",
"version": "1.0.0",
"description": "",
"description": "A versatile library for working with iterators and asynchronous iterators in JavaScript. It provides powerful methods for processing, filtering, combining, and transforming data, and even allows the creation of iterators from non-iterable objects.",
"main": "index.js",
"type": "module",
"keywords": ["javascript", "javascript-library", "iterator", "iterators", "async-iterators", "async-iterator"],
"author": "Tanya Lagodich",
"repository": "https://github.com/TanyaLagodich/Iter8or.git",
"license": "MIT",
"homepage": "https://tanyalagodich.github.io/Iter8or/",
"scripts": {
"build": "rollup -c",
"lint": "eslint . --fix",
"generate-docs": "jsdoc --configure jsdoc.json --verbose",
"generate-docs-ru": "jsdoc --configure jsdoc-ru.json --verbose",
"test": "jest"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/preset-env": "^7.25.3",
"@eslint/js": "^8.57.0",
Expand Down

0 comments on commit d6fb400

Please sign in to comment.