{
	"name": "code-icons",
	"version": "1.0.5",
	"description": "File specific icons for the browser from Atom File-icons, https://github.com/file-icons/atom",
	"main": "lib/index.js",
	"style": "styles.css",
	"types": "types/index.d.ts",
	"scripts": {
		"build": "babel src -o lib/index.js",
		"prepublishOnly": "npm run build"
	},
	"devDependencies": {
		"@babel/cli": "^7.13.16",
		"@babel/core": "^7.13.16",
		"@babel/preset-env": "^7.13.15"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/kenmueller/code-icons.git"
	},
	"keywords": [
		"javascript",
		"nodejs",
		"icons",
		"octicons",
		"mfizz",
		"devicons",
		"code icons",
		"code"
	],
	"author": {
		"name": "Ken Mueller",
		"email": "kenmueller0@gmail.com"
	},
	"bugs": {
		"url": "https://github.com/kenmueller/code-icons/issues"
	},
	"homepage": "https://github.com/kenmueller/code-icons#readme",
	"license": "MIT"
}
