diff --git a/package.json b/package.json new file mode 100644 index 0000000000000000000000000000000000000000..49fadd4adcf2c7808b67ffbf38a7d154d4661b62 --- /dev/null +++ b/package.json @@ -0,0 +1,12 @@ +{ + "name": "hello-uni-im", + "version": "1.0.0", + "description": "uni-im的示例项目", + "main": "main.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "keywords": [], + "author": "", + "license": "ISC" +}