test:
	npm run test

clean:
	rm -f node_modules

install:
	npm install
