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

23 lines
568 B
JSON
Raw Normal View History

2020-04-28 10:16:14 +00:00
{
"name": "@iconify/types",
"description": "Types for Iconify data",
"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"
},
"devDependencies": {
"typescript": "^4.1.2"
}
2020-04-28 10:16:14 +00:00
}