{ "name": "@packages/icons", "version": "0.0.0-development", "description": "Cypress Icons", "private": true, "main": "index.js", "scripts": { "check-ts": "tsc --noEmit", "build": "ts-node ./scripts/build.ts && ts-node ./scripts/ico.ts", "test-unit": "NODE_ENV=test mocha -r @packages/ts/register test/*.ts", "test": "yarn test-unit", "lint": "eslint --ext .js,.jsx,.ts,.tsx,.json, ." }, "files": [ "dist", "index.js", "index.d.ts" ], "license": "MIT", "author": "Brian Mann" }