aboutsummaryrefslogtreecommitdiff
path: root/lib/client/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'lib/client/package.json')
-rw-r--r--lib/client/package.json11
1 files changed, 9 insertions, 2 deletions
diff --git a/lib/client/package.json b/lib/client/package.json
index 430503f..26923cb 100644
--- a/lib/client/package.json
+++ b/lib/client/package.json
@@ -1,8 +1,15 @@
{
"name": "@vnuge/cmnext-client",
- "version": "0.1.0",
+ "version": "0.1.1",
+ "type": "module",
+ "copyright": "Copyright \u00A9 2023 Vaughn Nugent",
"author": "Vaughn Nugent",
"description": "A browser client library to access your CMNext content from its http static storage",
+ "repository": "https://github.com/VnUgE/CMNext/tree/master/lib/client",
+ "output_dir": "bin",
+
+ "license": "agpl3",
+
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"typings": "./dist/index.d.ts",
@@ -11,7 +18,7 @@
"build": "tsc",
"clean": "if exist dist ( rd /S /Q lib)"
},
- "license": "agpl3",
+
"devDependencies": {
"@babel/types": "^7.x",
"@types/lodash-es": "^4.14.194",