@zkreations/tooltips
Version:
Tiny and powerful tooltips with pure css
45 lines (44 loc) • 1.42 kB
JSON
{
"name": "@zkreations/tooltips",
"version": "4.2.1",
"description": "Tiny and powerful tooltips with pure css",
"files": [
"scss/**/*.scss",
"tooltips.css",
"tooltips.min.css"
],
"main": "tooltips.min.css",
"scripts": {
"start": "npm-run-all --parallel watch:css serve",
"compile": "npm-run-all compile:css minify:css",
"compile:css": "sass --style expanded --no-source-map scss/:./",
"minify:css": "lightningcss --minify --bundle --targets \">= 0.25%\" tooltips.css -o tooltips.min.css",
"watch:css": "sass --watch ./scss:./ --style expanded --no-source-map",
"lint:css": "stylelint scss/**/*.scss --config .stylelintrc.json",
"lint:css:fix": "stylelint scss/**/*.scss --config .stylelintrc.json --fix",
"serve": "servor ./ --reload --browse"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zkreations/tooltips.git"
},
"keywords": [
"css",
"tooltips",
"nojs"
],
"author": "Abel Moreira Moreno",
"license": "MIT",
"bugs": {
"url": "https://github.com/zkreations/tooltips/issues"
},
"homepage": "https://github.com/zkreations/tooltips#readme",
"devDependencies": {
"lightningcss-cli": "^1.29.2",
"npm-run-all": "^4.1.5",
"sass": "^1.85.1",
"servor": "^4.0.2",
"stylelint": "^16.15.0",
"stylelint-config-standard-scss": "^14.0.0"
}
}