mirror of
https://github.com/iconify/iconify.git
synced 2024-11-09 23:00:56 +00:00
41 lines
1.0 KiB
JSON
41 lines
1.0 KiB
JSON
{
|
|
"name": "@iconify/api-redundancy",
|
|
"description": "Reusable redundancy library for API queries",
|
|
"version": "1.1.1",
|
|
"author": "Vjacheslav Trushkin",
|
|
"license": "MIT",
|
|
"main": "dist/index.js",
|
|
"module": "dist/index.mjs",
|
|
"types": "dist/index.d.ts",
|
|
"exports": {
|
|
"./*": "./*",
|
|
".": {
|
|
"require": "./dist/index.js",
|
|
"import": "./dist/index.mjs"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint src/*.ts",
|
|
"prebuild": "pnpm run lint",
|
|
"build": "tsup src/index.ts --dts --format esm,cjs",
|
|
"test": "vitest --config vitest.config.mjs"
|
|
},
|
|
"bugs": "https://github.com/iconify/iconify/issues",
|
|
"homepage": "https://iconify.design/",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/iconify/iconify.git",
|
|
"directory": "packages/api-redundancy"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^29.2.4",
|
|
"@types/node": "^18.11.17",
|
|
"@typescript-eslint/eslint-plugin": "^5.47.0",
|
|
"@typescript-eslint/parser": "^5.47.0",
|
|
"cross-env": "^7.0.3",
|
|
"eslint": "^8.30.0",
|
|
"tsup": "^6.5.0",
|
|
"vitest": "^0.26.2"
|
|
}
|
|
}
|