This commit is contained in:
bipproduction
2025-09-24 17:42:33 +08:00
commit 8fec022a1f
7 changed files with 474 additions and 0 deletions

15
package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "not3",
"version": "1.0.4",
"module": "index.ts",
"type": "module",
"bin": {
"not3": "bin/not3.ts"
},
"devDependencies": {
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5"
}
}