@finsweet/cms-library
Version:
A javascript Library that makes your Webflow CMS. Lists a hell of a lot more powerful.
51 lines (50 loc) • 1.21 kB
JSON
{
"name": "@finsweet/cms-library",
"version": "1.9.11",
"description": "A javascript Library that makes your Webflow CMS. Lists a hell of a lot more powerful.",
"main": "cms-library.js",
"type": "module",
"scripts": {
"build": "node ./bin/build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/finsweet/cms-library.git"
},
"keywords": [
"webflow",
"finsweet",
"no-code",
"cms-library",
"cms",
"filter",
"combine",
"loadmore",
"sort",
"addclasses",
"nest",
"slider",
"tabs",
"anchor",
"prevnext"
],
"author": {
"name": "Finsweet",
"url": "https://www.finsweet.com/"
},
"bugs": {
"url": "https://www.finsweet.com/sweetjs/"
},
"homepage": "https://www.finsweet.com/cms-library/",
"devDependencies": {
"@finsweet/eslint-config": "^1.0.9",
"@typescript-eslint/eslint-plugin": "^4.28.0",
"@typescript-eslint/parser": "^4.28.0",
"esbuild": "^0.12.9",
"eslint": "^7.29.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"prettier": "^2.3.1",
"typescript": "^4.3.4"
}
}