{ "name": "", "version": "0.1.0", "description": "", "main": "index.js", "scripts": { "build": "tsc", "format": "prettier --write \"src/**/*.{js,jsx,ts,tsx}\"", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "lodash": "^4.17.21" } }