@paulof25/emoji-separated-values
Version:
emoji-separated-values (or simply ESV) is your new favorite npm package for handling text-based data. Forget about boring commas — we use emojis as delimiters. Because why not?
34 lines (33 loc) • 952 B
JSON
{
"name": "@paulof25/emoji-separated-values",
"version": "1.0.0",
"description": "emoji-separated-values (or simply ESV) is your new favorite npm package for handling text-based data. Forget about boring commas — we use emojis as delimiters. Because why not?",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "tsx src/run.ts",
"build": "tsup",
"dev": "node src/index.ts",
"start": "node dist/index.js"
},
"keywords": [
"node",
"typescript",
"esv",
"emoji-separated-values",
"csv",
"lightwheight-database",
"comma-separated-values",
"json"
],
"author": "Paulo F",
"license": "MIT",
"type": "module",
"devDependencies": {
"@types/node": "^24.10.0",
"ts-node": "^10.9.2",
"tsup": "^8.5.0",
"tsx": "^4.20.6",
"typescript": "^5.9.3"
}
}