UNPKG

constancy

Version:

Make constancy for a array, object

37 lines (36 loc) 945 B
{ "name": "constancy", "version": "1.0.2", "description": "Make constancy for a array, object", "main": "index.js", "browserslist": "> 0.25%, not dead", "scripts": { "test": "jest ./__tests__", "build": "babel ./src/constancy.js --out-file ./dist/constancy.min.js --presets @babel/preset-env,minify --source-type=module --no-comments" }, "keywords": [ "constancy", "constant", "const", "constant-case", "constantCase", "constantcase" ], "repository": { "url": "git://github.com/DungGramer/constancy.git" }, "bugs": { "url": "https://github.com/DungGramer/constancy/issues" }, "author": { "name": "DungGramer", "email": "dung.dev.gramer@gmail.com" }, "license": "MIT", "devDependencies": { "@babel/cli": "^7.17.6", "@babel/core": "^7.17.5", "@babel/preset-env": "^7.16.11", "babel-preset-minify": "^0.5.1" } }