macoolka-error
Version:
`macoolka-cache` Build a cache for function
62 lines (61 loc) • 1.46 kB
JSON
{
"name": "macoolka-error",
"version": "0.3.4",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib"
],
"author": "fastspeeed@gmail.com",
"scripts": {
"reinstall": "rm -rf node_modules/ && yarn install",
"clean": "rm -rf lib/ coverage/ ",
"test": "jest",
"test:watch": "jest --config jest.config.json --watch ./src",
"build": "rm -rf lib/ && tsc ",
"prepush": "npm run test",
"coverage": "rimraf coverage && jest --coverage"
},
"dependencies": {
"macoolka-fp": "^0.3.4",
"macoolka-log-core": "^0.3.4",
"macoolka-object": "^0.3.4"
},
"devDependencies": {
"@jest/types": "^28.1.3",
"@types/invariant": "^2.2.30",
"@types/jest": "^28.1.5",
"invariant": "^2.2.4",
"jest": "^28.1.3",
"macoolka-console": "^0.3.4",
"ts-jest": "^28.0.6",
"typescript": "^4.7.4"
},
"jest": {
"moduleFileExtensions": [
"ts",
"tsx",
"js"
],
"collectCoverageFrom": [
"src/**/*.{js,jsx,tsx,ts}",
"!**/node_modules/**",
"!**/vendor/**"
],
"transform": {
"^.+\\.tsx?$": "ts-jest"
},
"testRegex": "(./src/*|\\.(test|spec))\\.(ts|tsx)$"
},
"repository": {
"type": "git",
"url": "https://github.com/macoolka/macoolka-error.git"
},
"homepage": "https://github.com/macoolka/macoolka-error",
"keywords": [
"macoolka",
"error",
"functional-programming"
],
"license": "MIT"
}