@technically/lodash
Version:
Dual ESM/CommonJS wrapper around lodash
53 lines (52 loc) • 1.19 kB
JSON
{
"name": "@technically/lodash",
"version": "4.17.0",
"description": "Dual ESM/CommonJS wrapper around lodash ",
"main": "index.cjs",
"module": "index.mjs",
"types": "index.d.ts",
"files": [
"index.d.ts",
"index.cjs",
"index.mjs"
],
"exports": {
".": {
"types": "./index.d.ts",
"import": "./index.mjs",
"default": "./index.cjs"
}
},
"scripts": {
"test": "npm run test:esm && npm run test:commonjs",
"test:esm": "node test.mjs",
"test:commonjs": "node test.cjs",
"prepublish": "npm run test",
"release": "np --any-branch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/technically-js/lodash.git"
},
"keywords": [
"lodash",
"esm",
"commonjs",
"dual"
],
"author": "Ivan Voskoboinyk <ivan@voskoboinyk.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/technically-js/lodash/issues"
},
"homepage": "https://github.com/technically-js/lodash#readme",
"dependencies": {
"@types/lodash-es": "^4.17.0",
"lodash": "^4.17.0",
"lodash-es": "^4.17.0"
},
"devDependencies": {
"np": "^7.7.0",
"typescript": "^5.0.4"
}
}