You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
400 B
19 lines
400 B
{
|
|
"name": "libmonoformat",
|
|
"module": "src/index.ts",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "bun build src/browser.ts --target browser --outfile public/mono-display.js",
|
|
"test": "bun test"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "latest"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5"
|
|
},
|
|
"dependencies": {
|
|
"@types/mithril": "^2.2.8",
|
|
"mithril": "^2.3.8"
|
|
}
|
|
}
|
|
|