{
    "name": "@abdt/icons",
    "version": "0.0.42",
    "description": "A collection of icons by ABDT",
    "license": "MIT",
    "main": "dist/cjs/index.js",
    "module": "dist/esm/index.js",
    "typings": "dist/esm/index.d.ts",
    "engines": {
        "node": ">=12.0.0"
    },
    "publishConfig": {
        "access": "public"
    },
    "scripts": {
        "start": "tsc --watch --sourceMap",
        "prebuild": "rimraf dist",
        "build": "tsc && tsc --module commonjs --target es5 --outDir dist/cjs",
        "test": "echo \"Error: no test specified\" && exit 0",
        "clean": "rimraf dist && rimraf node_modules",
        "eslint": "eslint --ext .ts,.tsx src --fix",
        "prepublish": "yarn build && cp web/* .",
        "postpublish": "rm -f *.svg",
        "prepack": "yarn prepublish",
        "postpack": "yarn postpublish"
    },
    "files": [
        "manifest.json",
        "dist",
        "*.svg"
    ],
    "peerDependencies": {
        "@abdt/design-tokens": "^1.0.0",
        "react": "^16.0.0 || ^17.0.0",
        "@types/react": "^16.8.6 || ^17.0.0"
    },
    "dependencies": {
        "@abdt/design-tokens": "^1.0.0"
    },
    "devDependencies": {
        "@types/react": "^17.0.0"
    },
    "sideEffects": false,
    "gitHead": "1cba97f1d892f034a04e46f68317f8ab98d2668a"
}
