2020-04-28 10:16:14 +00:00
|
|
|
{
|
|
|
|
"name": "@iconify/types",
|
|
|
|
"description": "Types for Iconify data",
|
2020-11-05 18:11:56 +00:00
|
|
|
"version": "1.0.6",
|
2020-04-28 10:16:14 +00:00
|
|
|
"author": "Vjacheslav Trushkin",
|
|
|
|
"license": "(Apache-2.0 OR GPL-2.0)",
|
|
|
|
"main": "./index.js",
|
|
|
|
"types": "./types.ts",
|
2020-11-05 09:19:22 +00:00
|
|
|
"scripts": {
|
|
|
|
"test": "tsc --noEmit --strict --typeRoots '[]' types.ts"
|
|
|
|
},
|
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"
|
|
|
|
},
|
2020-11-05 09:35:41 +00:00
|
|
|
"devDependencies": {
|
2020-11-21 11:55:36 +00:00
|
|
|
"typescript": "^4.1.2"
|
|
|
|
}
|
2020-04-28 10:16:14 +00:00
|
|
|
}
|