{
	"name": "port-authority",
	"description": "port-authority",
	"version": "2.0.1",
	"main": "src/index.js",
	"module": "src/index.js",
	"exports": {
		".": {
			"types": "./types/index.d.ts",
			"import": "./src/index.js"
		},
		"./package.json": "./package.json"
	},
	"repository": "Rich-Harris/port-authority",
	"types": "types/index.d.ts",
	"files": [
		"src",
		"types"
	],
	"type": "module",
	"devDependencies": {
		"@types/node": "^13.13.4",
		"mocha": "^7.1.2",
		"typescript": "^3.8.3"
	},
	"scripts": {
		"build": "tsc",
		"test": "mocha test/test.js",
		"prepublishOnly": "npm test && npm run build"
	},
	"license": "LIL"
}
