2025SELab2-project-Dwengo/common/package.json

16 lines
414 B
JSON

{
"name": "dwengo-1-common",
"version": "0.1.1",
"description": "Common types and utilities for Dwengo-1",
"private": true,
"type": "module",
"scripts": {
"build": "tsc --project tsconfig.json",
"format": "prettier --write src/",
"format-check": "prettier --check src/",
"lint": "eslint . --fix"
},
"exports": {
"./src/*": "./dist/*"
}
}