about summary refs log tree commit diff stats
path: root/tree-sitter/dsk/dsk-cli/templates/default/package.json
blob: ab3d0c40f88f2de73f901810ce3b3d4e8b8e8437 (plain) (blame)
1
2
3
4
5
6
7
8
9
{
  "name": "__DSL_NAME__-dsl",
  "private": true,
  "type": "commonjs",
  "description": "DSL project for __DSL_NAME__ generated by DSK",
  "license": "MIT"
}