{ "name": "io", "version": "0.0.1", "description": "", "main": "index.js", "private": true, "scripts": { "io:dev": "node ./index.js", "io:rollup": "rollup index.js --config ./rollup-cli.config.js", "format:check": "prettier --check .", "format:write": "prettier --write .", "lint:check": "eslint .", "lint:fix": "eslint --fix .", "build:io": "npm run format:write && npm run lint:fix && npm run io:rollup" }, "keywords": [], "author": "", "license": "ISC", "devDependencies": {} }