mirror of
https://github.com/iconify/iconify.git
synced 2024-11-10 15:20:54 +00:00
47 lines
1.4 KiB
JSON
47 lines
1.4 KiB
JSON
|
{
|
||
|
"name": "iconify-icon",
|
||
|
"description": "Icon web component that loads icon data on demand. Over 100,000 icons to choose from",
|
||
|
"author": "Vjacheslav Trushkin <cyberalien@gmail.com> (https://iconify.design)",
|
||
|
"version": "0.0.1-dev",
|
||
|
"license": "MIT",
|
||
|
"bugs": "https://github.com/iconify/iconify/issues",
|
||
|
"homepage": "https://iconify.design/",
|
||
|
"funding": "http://github.com/sponsors/cyberalien",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/iconify/iconify.git",
|
||
|
"directory": "packages/icon"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"clean": "rimraf lib dist tsconfig.tsbuildinfo",
|
||
|
"lint": "eslint src/**/*.ts",
|
||
|
"prebuild": "npm run lint && npm run clean",
|
||
|
"build": "node build",
|
||
|
"build:lib": "tsc -b",
|
||
|
"build:dist": "rollup -c rollup.config.js",
|
||
|
"test:jest": "jest --runInBand",
|
||
|
"test:mjs": "echo \"TODO...\"",
|
||
|
"test": "npm run test:jest && npm run test:mjs"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@iconify/core": "^1.3.2",
|
||
|
"@microsoft/api-extractor": "^7.19.5",
|
||
|
"@rollup/plugin-buble": "^0.21.3",
|
||
|
"@rollup/plugin-node-resolve": "^13.1.3",
|
||
|
"@rollup/plugin-replace": "^4.0.0",
|
||
|
"@types/jest": "^27.4.1",
|
||
|
"@types/jsdom": "^16.2.14",
|
||
|
"@types/node": "^17.0.22",
|
||
|
"@typescript-eslint/eslint-plugin": "^5.16.0",
|
||
|
"cross-env": "^7.0.3",
|
||
|
"eslint": "^8.11.0",
|
||
|
"jest": "^28.0.0-alpha.7",
|
||
|
"jsdom": "^19.0.0",
|
||
|
"rimraf": "^3.0.2",
|
||
|
"rollup": "^2.70.1",
|
||
|
"rollup-plugin-terser": "^7.0.2",
|
||
|
"ts-jest": "^27.1.4",
|
||
|
"typescript": "^4.6.2"
|
||
|
}
|
||
|
}
|