@trap_stevo/loml
Version:
Unleash the power of a language crafted for dynamic text styling. Loml transforms your words into code—bold, italic, colorful, and linkable. Turn plain text into expressive, richly formatted messages with simple, elegant commands. Loml empowers you with a
32 lines (31 loc) • 1.56 kB
JSON
{
"name": "@trap_stevo/loml",
"version": "0.0.10",
"description": "Unleash the power of a language crafted for dynamic text styling. Loml transforms your words into code—bold, italic, colorful, and linkable. Turn plain text into expressive, richly formatted messages with simple, elegant commands. Loml empowers you with absolute control over your text’s presentation, delivering the syntax of creativity.",
"main": "dist/cjs/index.cjs",
"module": "dist/esm/index.mjs",
"exports": {
".": {
"import": "./dist/esm/index.mjs",
"require": "./dist/cjs/index.cjs"
}
},
"scripts": {
"build:esm": "babel src --out-dir dist/esm --env-name esm --extensions \".js,.mjs\" && node rename-extensions.js dist/esm .js .mjs",
"build:cjs": "babel src --out-dir dist/cjs --env-name cjs --extensions \".js,.cjs\" && node rename-extensions.js dist/cjs .js .cjs",
"build": "npm run build:cjs && npm run build:esm",
"start": "npm run start:cjs && npm run start:esm",
"start:esm": "node dist/esm/index.mjs",
"start:cjs": "node dist/cjs/index.cjs"
},
"author": "Steven Compton",
"license": "See License in LICENSE.md",
"devDependencies": {
"@babel/cli": "^7.24.8",
"@babel/core": "^7.25.2",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.24.7",
"@babel/preset-env": "^7.25.3",
"@babel/preset-react": "^7.24.7"
}
}