From d081af7eced5c486bbdb84ef38c02f42ec0f1130 Mon Sep 17 00:00:00 2001 From: kurogeek Date: Tue, 1 Sep 2026 17:20:43 +0700 Subject: [PATCH] package.json --- package.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..fe7fee4 --- /dev/null +++ b/package.json @@ -0,0 +1,17 @@ +{ + "name": "default_thai_company", + "version": "1.0.0", + "description": "Default Company Settings", + "repository": { + "type": "git", + "url": "https://git.b4l.co.th/newedge/default_thai_company" + }, + "license": "GPL-3.0", + "author": "kurogeek", + "type": "commonjs", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "devDependencies": {} +}