@soggybag/justincase
Version:
Utilities for managing string case
38 lines (37 loc) • 996 B
JSON
{
"name": "@soggybag/justincase",
"version": "1.0.9",
"description": "Utilities for managing string case",
"repository": "https://github.com/soggybag/justincase",
"license": "MIT",
"main": "umd/just-in-case.js",
"module": "esm/index.js",
"keywords": [
"JavaScript",
"String",
"Case"
],
"dependencies": {},
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.6.0",
"coveralls": "^3.0.4",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.17.3",
"husky": "^3.0.1",
"jest": "^24.8.0",
"rollup": "^1.16.3",
"rollup-plugin-terser": "^5.0.0"
},
"scripts": {
"test": "jest",
"prepare": "rollup --config",
"build:commonjs": "babel src --out-dir lib",
"coveralls": "jest --coverage --coverageReporters=text-lcov | coveralls",
"coverallsNot": "jest --coverage && cat ./tests/coverage/lcov.info | coveralls"
},
"files": [
"esm/*",
"umd/*"
]
}