{ "name": "suite-package-template", "version": "1.0.0", "main": "src/index", "license": "See LICENSE.md in repo root", "private": true, "sideEffects": false, "scripts": { "depcheck": "yarn g:depcheck", "lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'", "lint:js:fix": "yarn lint:js --fix", "type-check": "yarn g:tsc --build", "test:unit": "yarn g:jest --coverage", "test:unit:watch": "yarn g:jest --watch" }, "dependencies": {} }