@finsweet/attributes-sliderdots
Version:
Create custom Slider Dots for a Slider.
43 lines • 1.12 kB
JSON
{
"name": "@finsweet/attributes-sliderdots",
"version": "1.8.0",
"description": "Create custom Slider Dots for a Slider.",
"homepage": "https://www.finsweet.com/attributes",
"sideEffects": false,
"type": "module",
"main": "sliderdots.js",
"files": [
"sliderdots.js",
"examples.json",
"schema.json",
"changesets.json"
],
"repository": {
"type": "git",
"url": "git+https://github.com/finsweet/attributes.git"
},
"keywords": [
"webflow",
"slider",
"dots",
"attributes",
"no code"
],
"author": {
"name": "Finsweet",
"url": "https://www.finsweet.com/"
},
"bugs": {
"url": "https://sweetjs.finsweet.com/"
},
"scripts": {
"dev": "cross-env NODE_ENV=development node ./bin/build.js",
"build:dev": "cross-env NODE_ENV=test node ./bin/build.js",
"build": "cross-env NODE_ENV=production node ./bin/build.js",
"lint": "eslint ./src && prettier --check ./src",
"check": "tsc --noEmit",
"format": "prettier --write ./src",
"test": "pnpm playwright test",
"test:headed": "pnpm playwright test --headed"
}
}