aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json27
1 files changed, 27 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..30a11c8
--- /dev/null
+++ b/package.json
@@ -0,0 +1,27 @@
+{
+ "name": "slam-runner-api",
+ "version": "1.0.0",
+ "description": "",
+ "main": "index.js",
+ "scripts": {
+ "dev": "nodemon --ext ts --exec \"npm run start\"",
+ "start": "tsm src/index.ts",
+ "test": "echo \"Error: no test specified\" && exit 1"
+ },
+ "author": "",
+ "license": "ISC",
+ "dependencies": {
+ "@tinyhttp/app": "2.0.16",
+ "@tinyhttp/logger": "1.3.0",
+ "milliparsec": "2.2.1",
+ "tmp": "0.2.1",
+ "tsm": "2.2.1"
+ },
+ "devDependencies": {
+ "@types/node": "17.0.15",
+ "@typescript-eslint/eslint-plugin": "5.10.2",
+ "@typescript-eslint/parser": "5.10.2",
+ "eslint": "8.8.0",
+ "nodemon": "2.0.15"
+ }
+} \ No newline at end of file