UNPKG

apr144-dbscan

Version:

Customizable DBSCAN clustering for arbitrary datasets

42 lines (41 loc) 1.26 kB
{ "name": "apr144-dbscan", "version": "1.1.1-051524", "main": "src/index.js", "types": "types/index.d.ts", "scripts": { "test": "npm run test:functional && npm run test:module-interface", "test:dtslint": "npx dtslint --localTs node_modules/typescript/lib ./types", "test:functional": "npx mocha --config mocha.config.json test/functional", "test:module-interface": "npx mocha --config mocha.config.json test/module-interface/all-tests.spec.js", "prepublishOnly": "npm test", "release:dry": "npx release-it --dry-run --no-npm", "release:beta": "release-it --preRelease=beta", "release": "release-it" }, "author": "Jan Schwalbe", "license": "MIT", "devDependencies": { "chai": "^4.3.7", "dtslint": "^4.2.1", "mocha": "^10.2.0", "release-it": "^15.11.0" }, "description": "Customizable DBSCAN clustering for arbitrary datasets", "repository": { "type": "git", "url": "git+https://github.com/alexpreynolds/dbscan.git" }, "keywords": [ "cluster", "clustering", "DBSCAN", "density", "density-based-clustering", "statistics" ], "bugs": { "url": "https://github.com/cdxOo/dbscan/issues" }, "homepage": "https://github.com/cdxOo/dbscan#readme" }