Files
cannorin.net/packages/kripke/package.json

23 lines
425 B
JSON

{
"name": "@cannorin/kripke",
"version": "0.0.1",
"private": true,
"exports": {
".": "./index.ts",
"./syntax": "./syntax.ts",
"./semantics": "./semantics.ts",
"./parser": "./parser.ts"
},
"scripts": {
"build": "tsc",
"lint": "biome check",
"fix": "biome check --fix"
},
"devDependencies": {
"typescript": "5.7.3"
},
"dependencies": {
"typescript-parsec": "0.3.4"
}
}