2
0
mirror of https://github.com/iconify/iconify.git synced 2024-09-20 01:09:04 +00:00
iconify/packages/types/package.json

24 lines
571 B
JSON
Raw Normal View History

2020-04-28 10:16:14 +00:00
{
"name": "@iconify/types",
2022-03-17 09:07:29 +00:00
"type": "module",
2020-04-28 10:16:14 +00:00
"description": "Types for Iconify data",
"version": "1.1.0",
2020-04-28 10:16:14 +00:00
"author": "Vjacheslav Trushkin",
"license": "MIT",
"main": "./types.js",
"types": "./types.d.ts",
2020-11-05 09:19:22 +00:00
"scripts": {
"test": "tsc --noEmit --strict --typeRoots '[]' types.d.ts"
2020-11-05 09:19:22 +00:00
},
2020-04-28 10:16:14 +00:00
"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": {
2022-03-22 09:44:11 +00:00
"typescript": "^4.6.2"
}
2020-04-28 10:16:14 +00:00
}