summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorPhysick <96335032+DegustatorPonos@users.noreply.github.com>2026-03-18 12:43:21 +0500
committerPhysick <96335032+DegustatorPonos@users.noreply.github.com>2026-03-18 12:43:21 +0500
commit4ffc6456db76224956a50ebe57227615fc7b1938 (patch)
treefaa269e1145304f5052ecd258470ba69d1a23fa4 /package.json
Project initHEADmaster
Diffstat (limited to 'package.json')
-rw-r--r--package.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..8ee955a
--- /dev/null
+++ b/package.json
@@ -0,0 +1,20 @@
+{
+ "name": "ros_test_webapi",
+ "version": "1.0.0",
+ "description": "",
+ "repository": {
+ "type": "git",
+ "url": "git@physick.ru:ros_test_webapi"
+ },
+ "license": "ISC",
+ "author": "",
+ "type": "module",
+ "main": "index.js",
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1",
+ "dev": "node src/index.js"
+ },
+ "dependencies": {
+ "express": "^5.2.1"
+ }
+}