Initial commit
This commit is contained in:
19
package.json
Normal file
19
package.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "kripke",
|
||||
"module": "index.ts",
|
||||
"devDependencies": {
|
||||
"@types/bun": "latest"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": "^5.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "biome check",
|
||||
"fix": "biome check --fix"
|
||||
},
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"@biomejs/biome": "^1.9.4",
|
||||
"typescript-parsec": "^0.3.4"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user