summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..74c39c0
--- /dev/null
+++ b/package.json
@@ -0,0 +1,21 @@
+{
+ "name": "flatmatter",
+ "version": "0.1.0",
+ "description": "A data serialization language, and library, with support for functions.",
+ "author": "Asko Nõmm <asko@nmm.ee> (https://nmm.ee)",
+ "main": "dist/index.js",
+ "module": "dist/index.mjs",
+ "type": "module",
+ "license": "MIT",
+ "keywords": [],
+ "scripts": {
+ "bundle": "tsup src/index.ts",
+ "test": "vitest"
+ },
+ "devDependencies": {
+ "tsup": "^8.3.5",
+ "typescript": "^5.7.3",
+ "vite": "^5.4.11",
+ "vitest": "^2.1.8"
+ }
+}