@samuellima99/colors
Version:
Pacote de cores da agility
40 lines (39 loc) • 952 B
JSON
{
"name": "@samuellima99/colors",
"version": "0.0.3",
"description": "Pacote de cores da agility",
"main": "dist/cjs/index.ts",
"module": "dist/esm/index.ts",
"files": [
"dist"
],
"types": "dist/index.d.ts",
"scripts": {
"build": "rollup -c --bundleConfigAsCjs"
},
"author": "Agility Labs",
"license": "ISC",
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.6",
"rollup": "^4.12.0",
"rollup-plugin-dts": "^6.1.0"
},
"dependencies": {
"tslib": "^2.6.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/samuellima99/agility-styleguide.git"
},
"keywords": [
"agility",
"colors",
"styleguide"
],
"bugs": {
"url": "https://github.com/samuellima99/agility-styleguide/issues"
},
"homepage": "https://github.com/samuellima99/agility-styleguide#readme"
}