UNPKG

minmax.js

Version:

<h3 align="left"> <pre lang="bash">$ npm add minmax.js</pre> </h3>

23 lines (22 loc) 488 B
{ "name": "minmax.js", "version": "1.0.0", "description": "", "main": "./lib.cjs.js", "jsnext:main": "./lib.js", "module": "./lib.js", "types": "./types.d.ts", "author": "Jang Haemin", "license": "MIT", "keywords": [ "minmax" ], "devDependencies": { "@babel/cli": "^7.15.4", "@babel/core": "^7.15.5", "@babel/preset-env": "^7.15.6" }, "scripts": { "build:cjs": "babel --config-file ./babel-cjs.config.js lib.js --out-file lib.cjs.js" } }