12 lines
312 B
JSON
12 lines
312 B
JSON
{
|
|
"name": "dwengo-1-common",
|
|
"version": "0.1.1",
|
|
"description": "Common types and utilities for Dwengo-1",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"format": "prettier --write src/",
|
|
"format-check": "prettier --check src/",
|
|
"lint": "eslint . --fix"
|
|
}
|
|
}
|