forked from orbit-oss/is
Require Node.js 18
This commit is contained in:
parent
25a376875d
commit
0ff273fee8
7 changed files with 56 additions and 40 deletions
28
package.json
28
package.json
|
|
@ -11,19 +11,21 @@
|
|||
"url": "https://sindresorhus.com"
|
||||
},
|
||||
"type": "module",
|
||||
"exports": "./dist/index.js",
|
||||
"types": "./dist/index.d.ts",
|
||||
"exports": {
|
||||
"types": "./distribution/index.d.ts",
|
||||
"default": "./distribution/index.js"
|
||||
},
|
||||
"sideEffects": false,
|
||||
"engines": {
|
||||
"node": ">=16"
|
||||
"node": ">=18"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "del dist && tsc",
|
||||
"build": "del distribution && tsc",
|
||||
"test": "tsc --noEmit && xo && ava",
|
||||
"prepare": "npm run build"
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
"distribution"
|
||||
],
|
||||
"keywords": [
|
||||
"type",
|
||||
|
|
@ -50,19 +52,19 @@
|
|||
"types"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@sindresorhus/tsconfig": "^5.0.0",
|
||||
"@sindresorhus/tsconfig": "^6.0.0",
|
||||
"@types/jsdom": "^21.1.7",
|
||||
"@types/node": "^20.14.8",
|
||||
"@types/zen-observable": "^0.8.3",
|
||||
"@types/node": "^20.14.10",
|
||||
"@types/zen-observable": "^0.8.7",
|
||||
"ava": "^6.1.3",
|
||||
"del-cli": "^5.0.0",
|
||||
"expect-type": "^0.16.0",
|
||||
"jsdom": "^22.1.0",
|
||||
"del-cli": "^5.1.0",
|
||||
"expect-type": "^0.19.0",
|
||||
"jsdom": "^24.1.0",
|
||||
"rxjs": "^7.8.1",
|
||||
"tempy": "^3.1.0",
|
||||
"tsimp": "^2.0.11",
|
||||
"typescript": "^5.1.6",
|
||||
"xo": "^0.56.0",
|
||||
"typescript": "^5.5.3",
|
||||
"xo": "^0.58.0",
|
||||
"zen-observable": "^0.10.0"
|
||||
},
|
||||
"ava": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue