Urara-Blog/node_modules/.pnpm-store/v3/files/6a/15b66e662bc43574ea323f6cb0f34e158fd16005d77b33f2c886cb2be9fd25b57a37c657e4defc7d2f5681299fbd076057b2262db3b2e6ee6ee3edbe40c0e3
2022-08-14 01:14:53 +08:00

23 lines
591 B
Text

{
"name": "@iconify/types",
"type": "module",
"description": "Types for Iconify data",
"version": "1.1.0",
"author": "Vjacheslav Trushkin",
"license": "(Apache-2.0 OR GPL-2.0)",
"main": "./types.js",
"types": "./types.d.ts",
"scripts": {
"test": "tsc --noEmit --strict --typeRoots '[]' types.d.ts"
},
"bugs": "https://github.com/iconify/iconify/issues",
"homepage": "https://github.com/iconify/iconify",
"repository": {
"type": "git",
"url": "https://github.com/iconify/iconify.git",
"directory": "packages/types"
},
"devDependencies": {
"typescript": "^4.4.3"
}
}