mirror of
https://github.com/iconify/iconify.git
synced 2024-11-10 07:11:00 +00:00
23 lines
568 B
JSON
23 lines
568 B
JSON
{
|
|
"name": "@iconify/types",
|
|
"description": "Types for Iconify data",
|
|
"version": "1.0.7",
|
|
"author": "Vjacheslav Trushkin",
|
|
"license": "(Apache-2.0 OR GPL-2.0)",
|
|
"main": "./index.js",
|
|
"types": "./types.ts",
|
|
"scripts": {
|
|
"test": "tsc --noEmit --strict --typeRoots '[]' types.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.1.2"
|
|
}
|
|
}
|