@ftdata/icons
Version:
Fulltime Styleguide Icons
42 lines (41 loc) • 981 B
JSON
{
"name": "@ftdata/icons",
"version": "2.6.4",
"description": "Fulltime Styleguide Icons",
"main": "dist/index",
"files": [
"dist"
],
"scripts": {
"clean": "rm -rf ./dist/*",
"build": "npm run clean && tsc",
"prepare": "yarn build",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint ./"
},
"author": "Caique Dimeu",
"devDependencies": {
"@types/react": "^16.9.53",
"lerna": "^8.1.5",
"ts-loader": "^8.0.6",
"typescript": "4.2.2"
},
"dependencies": {
"@ftdata/tokens": "^2.5.0",
"cache-loader": "1.2.5",
"prop-types": "^15.8.1"
},
"repository": {
"type": "git"
},
"keywords": [
"fulltime",
"fulltrack",
"styleguide",
"components",
"icons",
"react"
],
"license": "ISC",
"gitHead": "1a8d2ae98a1513dac02b2af25e72966c2cf26c31"
}