flex-render
Version:
Utility to render LINE Flex Bubble / Carousel JSON for displaying in website.
63 lines • 1.51 kB
JSON
{
"name": "flex-render",
"version": "0.1.8",
"description": "Utility to render LINE Flex Bubble / Carousel JSON for displaying in website.",
"keywords": [
"LINE",
"Flex Message",
"LINE Messaging API"
],
"homepage": "https://github.com/iamprompt/flex-render",
"bugs": {
"url": "https://github.com/iamprompt/flex-render/issues",
"email": "osissue@iamprompt.me"
},
"repository": {
"type": "git",
"url": "git+https//github.com/iamprompt/flex-render.git"
},
"license": "MIT",
"author": {
"name": "Supakarn Laorattanakul",
"email": "opensource@iamprompt.me",
"url": "https://github.com/iamprompt"
},
"sideEffects": false,
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
"./css": {
"import": "./dist/index.css",
"require": "./dist/index.css"
},
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
"files": [
"dist/**"
],
"devDependencies": {
"@line/bot-sdk": "^8.4.1",
"esbuild-sass-plugin": "^3.3.1",
"tsup": "^8.3.5",
"@iamprompt/eslint-config": "^0.0.0",
"@iamprompt/typescript-config": "^0.0.0"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsup",
"clean": "rm -rf dist",
"dev": "tsup --watch --dts --sourcemap",
"lint": "eslint .",
"typecheck": "tsc --noEmit"
}
}