18 lines
405 B
JSON
18 lines
405 B
JSON
{
|
|
"name": "react-featherity",
|
|
"version": "1.0.0",
|
|
"description": "React component for Featherity icons",
|
|
"main": "src/index.js",
|
|
"typings": "src/index.d.ts",
|
|
"author": "John Letey",
|
|
"license": "ISC",
|
|
"scripts": {
|
|
"compile": "rm -rf src/icons && node bin/build.js"
|
|
},
|
|
"devDependencies": {
|
|
"cheerio": "^1.0.0-rc.3",
|
|
"prettier": "^2.0.5",
|
|
"uppercamelcase": "^3.0.0"
|
|
}
|
|
}
|