{
	"name": "@configura/web-api",
	"version": "3.3.0",
	"license": "Apache-2.0",
	"type": "module",
	"main": "dist/index.js",
	"module": "dist/index.js",
	"scripts": {
		"build": "del-cli ./dist && tsc",
		"eslint": "eslint --fix \"src/**\"",
		"eslint-ci": "eslint --max-warnings=0 \"src/**\"",
		"pack": "yarn pack --filename ../../release/v0.0.16/configura-web-api.tgz",
		"prepublishOnly": "yarn run build",
		"start": "tsc --watch --preserveWatchOutput",
		"test": "echo \"Error: run tests from root\" && exit 1"
	},
	"devDependencies": {
		"@types/jest": "^26.0.23",
		"del-cli": "^3.0.0",
		"typescript": "4.5"
	},
	"publishConfig": {
		"access": "public"
	},
	"dependencies": {
		"@configura/web-utilities": "3.3.0"
	},
	"gitHead": "104ce32c903256c81b11337556386878fbd3980c"
}
