macoolka-collection
Version:
`macoolka-collection` Define Data Collection Interface.
52 lines (51 loc) • 1.13 kB
JSON
{
"name": "macoolka-collection",
"version": "0.3.4",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib"
],
"scripts": {
"reinstall": "rm -rf node_modules/ && yarn install",
"clean": "rm -rf lib/ coverage/ ",
"test": "jest",
"build": "rm -rf lib/ && tsc ",
"prepush": "npm run test",
"coverage": "rimraf coverage && jest --coverage"
},
"keywords": [
"macoolka",
"typescript",
"log",
"functional-programming"
],
"jest": {
"moduleFileExtensions": [
"ts",
"tsx",
"js"
],
"transform": {
"^.+\\.tsx?$": "ts-jest"
},
"testRegex": "(./src/*|\\.(test|spec))\\.(ts|tsx)$"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/macoolka/macoolka-collection.git"
},
"homepage": "https://github.com/macoolka/macoolka-collection",
"dependencies": {
"fp-ts": "^2.12.1",
"macoolka-object": "^0.3.4"
},
"devDependencies": {
"@jest/types": "^28.1.3",
"@types/jest": "^28.1.5",
"jest": "^28.1.3",
"ts-jest": "^28.0.6",
"typescript": "^4.7.4"
}
}