autoauthor 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/package.json +13 -0
  2. package/src/index.ts +1 -0
package/package.json ADDED
@@ -0,0 +1,13 @@
1
+ {
2
+ "name": "autoauthor",
3
+ "version": "0.0.1",
4
+ "description": "",
5
+ "main": "src/index.ts",
6
+ "type":"module",
7
+ "scripts": {
8
+ "test": "echo \"Error: no test specified\" && exit 1"
9
+ },
10
+ "keywords": [],
11
+ "author": "",
12
+ "license": "ISC"
13
+ }
package/src/index.ts ADDED
@@ -0,0 +1 @@
1
+ export {}