{
	"name": "@vwp/notification-onesignal",
	"version": "0.0.8",
	"description": "",
	"main": "lib/index.js",
	"files": [
		"lib/*"
	],
	"scripts": {
		"build": "tsc -b ",
		"test": "echo \"Error: no test specified\" && exit 1",
		"build:dev": "tsc -b ./ -w",
		"clear": "tsc --b --clean"
	},
	"keywords": [],
	"author": "",
	"license": "ISC",
	"dependencies": {
		"@types/node-fetch": "^2.5.0",
		"@types/react": "^16.9.2",
		"node-fetch": "^2.6.0",
		"react": "^16.8.6",
		"react-dom": "^16.8.6",
		"typescript": "^3.5.1"
	}
}
