UNPKG

@entypo-icons/core

Version:
29 lines (28 loc) 752 B
{ "name": "@entypo-icons/core", "version": "1.0.1", "description": "Entypo+ icons core package", "author": "Dmitry Kharitonov <geakstr@me.com>", "license": "MIT", "repository": { "type": "git", "url": "git://github.com/geakstr/entypo-icons.git" }, "main": "index.js", "module": "index.es.js", "types": "index.d.ts", "scripts": { "dist": "npm run build && npm publish dist", "build": "node ./build.js", "linkify": "npm run build && cd ./dist && npm link" }, "devDependencies": { "cheerio": "1.0.0-rc.2", "fs-extra": "^8.1.0", "prettier": "^1.18.2", "rollup": "^1.17.0", "rollup-plugin-babel-minify": "^9.0.0", "rollup-plugin-typescript2": "^0.22.1", "typescript": "^3.5.3" } }