2
0
mirror of https://github.com/iconify/iconify.git synced 2025-01-24 07:38:29 +00:00
iconify/packages/types/package.json

24 lines
571 B
JSON
Raw Normal View History

2020-04-28 13:16:14 +03:00
{
"name": "@iconify/types",
2022-03-17 10:07:29 +01:00
"type": "module",
2020-04-28 13:16:14 +03:00
"description": "Types for Iconify data",
"version": "2.0.0",
2020-04-28 13:16:14 +03:00
"author": "Vjacheslav Trushkin",
"license": "MIT",
"main": "./types.js",
"types": "./types.d.ts",
2020-11-05 11:19:22 +02:00
"scripts": {
"test": "tsc --noEmit --strict --typeRoots '[]' types.d.ts"
2020-11-05 11:19:22 +02:00
},
2020-04-28 13:16:14 +03:00
"bugs": "https://github.com/iconify/iconify/issues",
"homepage": "https://iconify.design/docs/types/",
2020-04-28 13:16:14 +03:00
"repository": {
"type": "git",
"url": "https://github.com/iconify/iconify.git",
"directory": "packages/types"
},
"devDependencies": {
"typescript": "^5.4.5"
}
2020-04-28 13:16:14 +03:00
}