aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2023-12-10 16:15:00 +0530
committerAkshay Nair <phenax5@gmail.com>2023-12-10 16:32:23 +0530
commitf6e26212620de411e082cbd52379075ea5a99032 (patch)
treea7a68c681a3e99987f2bb02eebf51616f6a65067 /package.json
downloadts-theorem-provinator-f6e26212620de411e082cbd52379075ea5a99032.tar.gz
ts-theorem-provinator-f6e26212620de411e082cbd52379075ea5a99032.zip
init commit rewriting shit
Diffstat (limited to 'package.json')
-rw-r--r--package.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..a7d7598
--- /dev/null
+++ b/package.json
@@ -0,0 +1,15 @@
+{
+ "name": "brainfuck-ts-types",
+ "version": "0.0.0",
+ "description": "__",
+ "main": "index.js",
+ "repository": "__",
+ "author": "Akshay Nair <phenax5@gmail.com>",
+ "license": "MIT",
+ "scripts": {
+ "test": "tsc --noEmit ./src/tests.ts"
+ },
+ "dependencies": {
+ "typescript": "^5.3.3"
+ }
+}