#!/bin/bash

npm pkg set 'exports['.'].types'='./dist/index.d.ts'
npm pkg set 'exports['.'].require'='./dist/index.cjs.js'
npm pkg set 'exports['.'].import'='./dist/index.esm.js'
npm pkg set 'main'='./dist/index.cjs.js'
npm pkg set 'module'='./dist/index.esm.js'
npm pkg set 'types'='./dist/index.d.ts'
npm pkg set 'typings'='./dist/index.d.ts'