add module in json
This commit is contained in:
parent
0fbfb7a564
commit
13bebfe006
|
@ -5,6 +5,7 @@
|
||||||
"bin": "lib/index.js",
|
"bin": "lib/index.js",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"types": "lib/index.d.ts",
|
"types": "lib/index.d.ts",
|
||||||
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": "tslint --project tsconfig.json",
|
"lint": "tslint --project tsconfig.json",
|
||||||
"start": "ts-node src/index.ts",
|
"start": "ts-node src/index.ts",
|
||||||
|
|
Loading…
Reference in New Issue