2
0
mirror of https://github.com/iconify/iconify.git synced 2024-11-10 07:11:00 +00:00
iconify/packages/types/package.json
2020-11-05 11:19:22 +02:00

22 lines
562 B
JSON

{
"name": "@iconify/types",
"description": "Types for Iconify data",
"version": "1.0.4",
"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": {},
"dependencies": {}
}