mirror of
https://github.com/iconify/iconify.git
synced 2024-11-08 14:20:57 +00:00
24 lines
571 B
JSON
24 lines
571 B
JSON
{
|
|
"name": "@iconify/types",
|
|
"type": "module",
|
|
"description": "Types for Iconify data",
|
|
"version": "1.1.0",
|
|
"author": "Vjacheslav Trushkin",
|
|
"license": "MIT",
|
|
"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.6.2"
|
|
}
|
|
}
|