@euk-labs/beltz
Version:
    • 1.5 kB
JSON
{
"name": "@euk-labs/beltz",
"version": "3.0.0",
"types": "./lib/types/index.d.ts",
"main": "./lib/cjs/index.js",
"exports": {
"import": "./lib/esm/index.js",
"require": "./lib/cjs/index.js",
"default": "./lib/esm/index.js"
},
"files": [
"lib",
"README.md",
"LICENSE"
],
"keywords": [
"eureka",
"utils",
"formatters",
"beltz",
"shoulders"
],
"repository": "git@github.com:Eureka-Shoulders/beltz.git",
"author": "Gabriel Silva <devzgabriel@gmail.com>",
"license": "MIT",
"sideEffects": false,
"scripts": {
"build": "rimraf lib && tsc && tsc --project tsconfig.esm.json",
"lint": "tsc && eslint src -c .eslintrc.json --ext tsx,ts",
"test": "jest"
},
"devDependencies": {
"@babel/core": "^7.16.5",
"@babel/plugin-transform-modules-commonjs": "^7.16.5",
"@babel/preset-env": "^7.16.5",
"@babel/preset-typescript": "^7.16.5",
"@commitlint/cli": "^16.2.1",
"@commitlint/config-conventional": "^16.2.1",
"@types/jest": "^27.0.3",
"@types/ramda": "^0.27.64",
"@typescript-eslint/eslint-plugin": "^5.8.0",
"@typescript-eslint/parser": "^5.8.0",
"babel-jest": "^27.4.5",
"esbuild": "^0.14.11",
"eslint": "^8.4.1",
"husky": "^7.0.4",
"jest": "^27.4.3",
"prettier": "^2.5.1",
"ramda": "^0.28.0",
"rimraf": "^3.0.2",
"ts-jest": "^27.1.2",
"tsc-alias": "^1.5.0",
"typescript": "^4.5.2"
},
"dependencies": {
"date-fns": "^2.27.0"
}
}