@naturacosmeticos/natds-icons
Version:
A collection of icons for Natura & Co. Design System
99 lines (98 loc) • 2.83 kB
JSON
{
"name": "@naturacosmeticos/natds-icons",
"displayName": "NatDS Icons",
"version": "1.32.0",
"private": false,
"description": "A collection of icons for Natura & Co. Design System",
"keywords": [
"design-system",
"icons",
"natds",
"natura"
],
"homepage": "https://github.com/natura-cosmeticos/natds-commons/tree/main/packages/natds-icons#readme",
"bugs": {
"url": "https://github.com/natura-cosmeticos/natds-commons/issues"
},
"license": "ISC",
"author": {
"email": "designsystem@natura.net",
"name": "Natura & Co."
},
"contributors": [
"Ariel Flor <aflor@thoughtworks.com>",
"Daniel Castro <daniel.castro@vizir.com.br>",
"Jimmy Andrade <jimmy.andrade@thoughtworks.com>",
"Matheus Robert Lichtnow <matheus@vizir.com.br>",
"Marcella Souza <mlsouza@thoughtworks.com>",
"Vagner Saraiva <vagner@vizir.com.br>",
"Vicente Lyrio <vicente.lyrio@vizir.com.br>",
"Vinícius Ponciano <vinicius.ponciano@thoughtworks.com>"
],
"files": [
"dist"
],
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"browser": "dist/umd/index.js",
"jsdelivr": "dist/umd/index.js",
"source": "dist/index.ts",
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
"unpkg": "dist/umd/index.js",
"repository": {
"directory": "packages/icons",
"type": "git",
"url": "https://github.com/natura-cosmeticos/natds-commons.git"
},
"directories": {
"lib": "./dist"
},
"scripts": {
"build": "yarn clean && yarn build:outputs && yarn copy:static && yarn build:tsc && yarn build:js",
"build:js": "rollup -c",
"build:outputs": "node -r sucrase/register -e 'require(\"./src/index.js\").init()'",
"build:tsc": "tsc -p ./tsconfig.json",
"clean": "rm -rf dist",
"copy:static": "cp -r ./src/static/* ./dist",
"lint": "eslint --ext .js ./",
"lint:fix": "yarn lint --fix",
"html": "http-server ./dist",
"start": "yarn build && yarn html",
"test": "jest --collectCoverage --colors",
"watch": "yarn start"
},
"nodemonConfig": {
"verbose": true,
"execMap": {
"js": "node -r sucrase/register"
}
},
"config": {},
"devDependencies": {
"@rollup/plugin-json": "4.1.0",
"@rollup/plugin-typescript": "6.1.0",
"@rollup/plugin-url": "5.0.1",
"babel-jest": "26.6.3",
"glob": "7.2.0",
"jest": "26.6.3",
"json-to-ts": "1.7.0",
"puppeteer": "5.5.0",
"ramda": "0.27.1",
"rollup": "2.69.1",
"string.fromcodepoint": "1.0.1",
"string.prototype.codepointat": "1.0.0",
"svg2vectordrawable": "2.6.26",
"svgo": "1.3.2",
"tslib": "2.3.1",
"typed-css-modules": "0.6.4",
"typescript": "4.6.2",
"webfont": "9.0.0"
},
"engines": {
"node": ">=8.0.0"
},
"publishConfig": {
"access": "public"
}
}