lovelang
Version:
🖤 LoveLang: A romantic wrapper language over TypeScript/TSX
58 lines (57 loc) • 1.43 kB
JSON
{
"name": "lovelang",
"version": "1.0.4",
"description": "🖤 LoveLang: A romantic wrapper language over TypeScript/TSX",
"type": "commonjs",
"main": "dist/cli.js",
"bin": {
"love": "dist/cli.js"
},
"files": [
"dist/",
"example/",
"docs/",
"media/",
"playground-src/",
"public/love-compiler.js"
],
"scripts": {
"build:cli": "tsc",
"build:playground": "esbuild playground-src/main.ts --bundle --sourcemap --platform=browser --outfile=public/love-compiler.js",
"build": "npm run build:cli && npm run build:playground",
"serve": "npx serve public -l 3000",
"clean": "rimraf dist public/love-compiler.js public/love-compiler.js.map"
},
"repository": {
"type": "git",
"url": "https://github.com/startwithsahitya/lovelang"
},
"keywords": [
"lovelang",
"typescript",
"dsl",
"romantic",
"language",
"playground",
"tslang"
],
"author": "Sahitya Singh",
"license": "MIT",
"bugs": {
"url": "https://github.com/startwithsahitya/lovelang/issues"
},
"homepage": "https://github.com/startwithsahitya/lovelang#readme",
"dependencies": {
"chalk": "^5.4.1",
"commander": "^14.0.0",
"monaco-editor": "^0.52.2"
},
"devDependencies": {
"@types/node": "^24.0.1",
"esbuild": "^0.25.5",
"rimraf": "^5.0.10",
"serve": "^14.2.0",
"ts-node": "^10.9.2",
"typescript": "^5.8.3"
}
}