iconoir/package.json

45 lines
1 KiB
JSON
Raw Normal View History

{
"name": "iconoir",
2022-06-08 11:00:52 +02:00
"version": "5.0.0",
"description": "A Simple and Definitive Open-Source Icons Library",
"type": "module",
"files": [
"css",
"icons"
],
"scripts": {
"lint": "eslint ./bin/build.js",
"lint:fix": "npm run lint -- --fix",
"build": "node ./bin/build.js",
"prepublish-all": "node ./bin/prepublish.js",
"dist": "pnpm m --filter ./packages run dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lucaburgio/iconoir.git"
},
"keywords": [
"icons",
"library",
"svg",
"css"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/lucaburgio/iconoir/issues"
},
"homepage": "https://iconoir.com",
"devDependencies": {
2022-07-05 16:24:49 +02:00
"@atomist/yaml-updater": "^1.0.2",
"@svgr/cli": "^5.5.0",
"eslint": "^8.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"execa": "^5.1.1",
2022-07-05 16:24:49 +02:00
"generate-template-files": "^3.2.0",
"listr2": "^3.12.2",
"semver": "^7.3.5",
"prettier": "^2.4.1"
}
2022-07-05 16:24:49 +02:00
}