astro-ghostcms/.pnpm-store/v3/files/d6/6de40e795d6d9e5231edc32337b...

23 lines
596 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
{
"name": "@iconify/types",
"type": "module",
"description": "Types for Iconify data",
"version": "2.0.0",
"author": "Vjacheslav Trushkin",
"license": "MIT",
"main": "./types.js",
"types": "./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.8.2"
},
"scripts": {
"test": "tsc --noEmit --strict --typeRoots '[]' types.d.ts"
}
}