UNPKG

@aldoivan10/linked-array

Version:
38 lines 921 B
{ "name": "@aldoivan10/linked-array", "version": "1.0.5", "description": "Class to linked array in javascript", "main": "dist/index.js", "types": "dist/index.d.ts", "repository": "https://github.com/Aldoivan10/js-linked-array", "bugs": "https://github.com/Aldoivan10/js-linked-array/issues", "keywords": [ "JavaScript", "LinkedArray", "TypeScript", "Array", "Sort", "Array extend" ], "author": "aldoivan10", "license": "ISC", "devDependencies": { "@types/node": "^22.10.7", "pkgroll": "^2.6.1", "tsx": "^4.19.2", "typescript": "^5.7.3" }, "files": [ "dist", "README.md", "package.json", "pnpm-lock.yaml", "src/test/" ], "scripts": { "test:base": "tsx ./src/test/base.test.ts", "test:sort": "tsx ./src/test/sort.test.ts", "test:obj": "tsx ./src/test/object.test.ts", "build": "pkgroll --minify --clean-dist " } }