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": {} +}