@equinor/eds-icons
Version:
Icons from the Equinor Design System
45 lines • 1.07 kB
JSON
{
"name": "@equinor/eds-icons",
"version": "0.22.0",
"description": "Icons from the Equinor Design System",
"main": "dist/icons.cjs",
"module": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
"license": "Apache-2.0",
"author": {
"name": "EDS Core Team",
"email": "fg_eds@equinor.com"
},
"homepage": "https://eds.equinor.com",
"repository": {
"type": "git",
"url": "https://github.com/equinor/design-system",
"directory": "packages/eds-icons"
},
"bugs": {
"url": "https://github.com/equinor/design-system/issues"
},
"files": [
"dist/*",
"commonjs/*"
],
"keywords": [
"eds",
"design system",
"equinor",
"icons"
],
"devDependencies": {
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-node-resolve": "^16.0.0",
"rollup": "^4.29.1",
"rollup-plugin-delete": "^2.1.0",
"typescript": "^5.7.2"
},
"scripts": {
"build": "rollup -c --bundleConfigAsCjs && tsc",
"dev": "rollup -c -w",
"types": "tsc"
}
}