summaryrefslogtreecommitdiff
path: root/package.json
blob: 74c39c0136c4d80ab5a7362cab2f4ead8019bb70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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"
  }
}