commit | cb127e8b6bc06df2816ec86e2889595ffa70b819 | [log] [tgz] |
---|---|---|
author | Xinyue Huang <xinyueh@google.com> | Tue Jun 20 16:20:03 2023 +0000 |
committer | Xinyue Huang <xinyueh@google.com> | Tue Jun 20 16:20:03 2023 +0000 |
tree | 7b97d71fe2ff0dfb4fa78aae3f41c9047f285033 | |
parent | 38554835053d516030adc306c89d7d37ce5dbb0d [diff] |
Add test package.json
diff --git a/package.json b/package.json new file mode 100644 index 0000000..9ce7ded --- /dev/null +++ b/package.json
@@ -0,0 +1,14 @@ +{ + "name": "pax-npm-test", + "version": "0.0.1", + "description": "test pax npm", + "repository": { + "type": "git", + "url": "https://partner-ads-experience.googlesource.com/jimdo" + }, + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "Xinyue Huang", + "license": "ISC" +}