{ "name": "bianco.attr", "version": "1.1.1", "description": "Helper to set/get/remove DOM attributes on a list of nodes", "main": "index.js", "jsnext:main": "index.next.js", "module": "index.next.js", "types": "index.d.ts", "scripts": { "prepare": "npm run build && npm test", "lint": "eslint index.next.js test.js rollup.config.js", "build": "rollup -c", "doc": "documentation readme index.next.js -s API", "test": "npm run lint && mocha test.js" }, "files": [ "index.js", "index.next.js", "index.d.ts" ], "repository": { "type": "git", "url": "git+https://github.com/biancojs/@.git" }, "keywords": [ "es6", "es2015" ], "author": "Gianluca Guarini (http://gianlucaguarini.com)", "license": "MIT", "bugs": { "url": "https://github.com/biancojs/@/issues" }, "homepage": "https://github.com/biancojs/@#readme", "devDependencies": { "@gianlucaguarini/eslint-config": "^2.0.0", "eslint": "^8.10.0", "jsdom": "19.0.0", "jsdom-global": "3.0.2", "mocha": "^9.2.1", "rollup": "^2.70.0", "rollup-plugin-node-resolve": "^3.4.0" }, "dependencies": { "bianco.dom-to-array": "^1.1.0" } }