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
591 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": "1.1.0",
2020-04-28 13:16:14 +03:00
"author": "Vjacheslav Trushkin",
"license": "(Apache-2.0 OR GPL-2.0)",
"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://github.com/iconify/iconify",
"repository": {
"type": "git",
"url": "https://github.com/iconify/iconify.git",
"directory": "packages/types"
},
"devDependencies": {
2022-03-22 11:44:11 +02:00
"typescript": "^4.6.2"
}
2020-04-28 13:16:14 +03:00
}