UNPKG

clod

Version:

Utility library for JavaScript with basic functions.

50 lines (49 loc) 1.25 kB
{ "name": "clod", "version": "0.2.5", "description": "Utility library for JavaScript with basic functions.", "main": "clod.js", "module": "clod.js", "author": "Bojan Mazej <bojan.mazej@gmail.com>", "license": "ISC", "jest": { "verbose": true }, "keywords": [ "clod", "utils", "utilities", "functional", "server", "client", "browser", "modules", "toolkit" ], "scripts": { "lint": "eslint source/*.js test/*.js", "build": "yarn build:umd && yarn build:umd:min", "build:umd": "rollup -c -o clod.js", "build:umd:min": "rollup --config rollup.config.prod.js -o clod.min.js", "test": "yarn lint && yarn test:node", "test:node": "yarn build && yarn test:only", "test:only": "jest", "test:file": "jest test/misc.test.js", "test:coverage": "jest --coverage" }, "devDependencies": { "babel-eslint": "^10.1.0", "eslint": "^7.1.0", "jest": "^26.0.1", "rollup": "^2.13.1", "rollup-plugin-terser": "^6.1.0" }, "repository": { "type": "git", "url": "git+https://github.com/bojangles-m/clod.git" }, "bugs": { "url": "https://github.com/bojangles-m/clod/issues" }, "homepage": "https://github.com/bojangles-m/clod#readme" }