summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorsanine <sanine.not@pm.me>2024-05-06 10:09:38 -0500
committersanine <sanine.not@pm.me>2024-05-06 10:09:38 -0500
commitdc78c78d1aec79e532badeedd782186c4742e3a3 (patch)
treee550c476ed994548fae4e1b5efceccf5301750ef /package.json
initial commit
Diffstat (limited to 'package.json')
-rw-r--r--package.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..9514c8b
--- /dev/null
+++ b/package.json
@@ -0,0 +1,14 @@
+{
+ "name": "primrose",
+ "version": "1.0.0",
+ "main": "index.js",
+ "license": "MIT",
+ "dependencies": {
+ "@types/node": "^20.12.8",
+ "typescript": "^5.4.5"
+ },
+ "scripts": {
+ "build": "yarn run tsc",
+ "start": "yarn build && node build/index.js"
+ }
+}