package.json
{
"name": "functionkit",
"version": "3.4.0",
"description": "A lodash ripoff",
"main": "lib/app.js",
"types": "lib/app.d.ts",
"scripts": {
"test": "jest --config jestconfig.json",
"testCov": "jest --config jestconfig.json --coverage",
"build": "tsc",
"pack": "webpack",
"doc": "typedoc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shahoob/functionKit.git"
},
"author": "Shehab Ali Tweel",
"license": "MIT",
"bugs": {
"url": "https://github.com/shahoob/functionKit/issues"
},
"homepage": "https://github.com/shahoob/functionKit#readme",
"devDependencies": {
"@types/jest": "^26.0.15",
"@types/node": "^14.14.6",
"jest": "^26.6.3",
"ts-jest": "^26.4.4",
"ts-loader": "^8.0.10",
"typedoc": "^0.19.2",
"typescript": "^4.0.5",
"webpack": "^5.4.0",
"webpack-cli": "^4.2.0"
},
"files": [
"lib/**/*"
]
}