mirror of
https://github.com/iconify/iconify.git
synced 2024-11-09 23:00:56 +00:00
20 lines
500 B
JSON
20 lines
500 B
JSON
{
|
|
"name": "@iconify/types",
|
|
"description": "Types for Iconify data",
|
|
"version": "1.0.2",
|
|
"author": "Vjacheslav Trushkin",
|
|
"license": "(Apache-2.0 OR GPL-2.0)",
|
|
"main": "./index.js",
|
|
"types": "./types.ts",
|
|
"scripts": {},
|
|
"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": {},
|
|
"dependencies": {}
|
|
}
|