diff options
author | sanine <sanine.not@pm.me> | 2024-05-06 10:09:38 -0500 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2024-05-06 10:09:38 -0500 |
commit | dc78c78d1aec79e532badeedd782186c4742e3a3 (patch) | |
tree | e550c476ed994548fae4e1b5efceccf5301750ef /package.json |
initial commit
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 14 |
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" + } +} |