mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-04 17:19:29 +08:00
45 lines
782 B
Text
45 lines
782 B
Text
{
|
|
"name": "type-fest",
|
|
"version": "0.16.0",
|
|
"description": "A collection of essential TypeScript types",
|
|
"license": "(MIT OR CC0-1.0)",
|
|
"repository": "sindresorhus/type-fest",
|
|
"funding": "https://github.com/sponsors/sindresorhus",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "https://sindresorhus.com"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && tsd"
|
|
},
|
|
"files": [
|
|
"index.d.ts",
|
|
"source"
|
|
],
|
|
"keywords": [
|
|
"typescript",
|
|
"ts",
|
|
"types",
|
|
"utility",
|
|
"util",
|
|
"utilities",
|
|
"omit",
|
|
"merge",
|
|
"json"
|
|
],
|
|
"devDependencies": {
|
|
"tsd": "^0.11.0",
|
|
"xo": "^0.28.2"
|
|
},
|
|
"types": "index.d.ts",
|
|
"xo": {
|
|
"rules": {
|
|
"@typescript-eslint/indent": "off",
|
|
"func-call-spacing": "off"
|
|
}
|
|
}
|
|
}
|