groom the package.json
This commit is contained in:
parent
67ff830769
commit
3b47c5c068
20
package.json
20
package.json
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"name": "updeep",
|
"name": "updeep-remeda",
|
||||||
"version": "1.2.1",
|
"version": "2.0.0",
|
||||||
"description": "Easily update nested frozen objects and arrays in a declarative and immutable manner.",
|
"description": "Easily update nested frozen objects and arrays in a declarative and immutable manner.",
|
||||||
"homepage": "https://github.com/substantial/updeep",
|
"homepage": "https://git.babyl.ca/yanick/updeep-remeda",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/substantial/updeep"
|
"url": "https://git.babyl.ca/yanick/updeep-remeda"
|
||||||
},
|
},
|
||||||
"author": "Aaron Jensen",
|
"author": "Aaron Jensen",
|
||||||
"files": [
|
"files": [
|
||||||
@ -20,7 +20,6 @@
|
|||||||
"declarative"
|
"declarative"
|
||||||
],
|
],
|
||||||
"source": "./src/index.ts",
|
"source": "./src/index.ts",
|
||||||
"main": "./commonjs/index.js",
|
|
||||||
"types": "./esm/index.d.ts",
|
"types": "./esm/index.d.ts",
|
||||||
"exports": {
|
"exports": {
|
||||||
".": {
|
".": {
|
||||||
@ -31,20 +30,15 @@
|
|||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/substantial/updeep/issues"
|
"url": "https://git.babyl.ca/yanick/updeep-remeda/issues"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"benchmark": "NODE_ENV=production node --require \"@babel/register\" perf",
|
|
||||||
"build": "microbundle",
|
|
||||||
"dev": "microbundle watch",
|
|
||||||
"dtslint": "dtslint --localTs node_modules/typescript/lib types",
|
"dtslint": "dtslint --localTs node_modules/typescript/lib types",
|
||||||
"eslint": "eslint --ext .js,.jsx,.ts,.tsx",
|
"eslint": "eslint --ext .js,.jsx,.ts,.tsx",
|
||||||
"lint": "yarn -s eslint . && yarn -s dtslint",
|
"lint": "yarn -s eslint . && yarn -s dtslint"
|
||||||
"test": "mocha --recursive --require \"@babel/register\" test"
|
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"remeda": "^1.3.0",
|
"remeda": "^1.3.0"
|
||||||
"updeep": "^1.2.1"
|
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "*",
|
"@types/node": "*",
|
||||||
|
Loading…
Reference in New Issue
Block a user