{ "name": "@shared/dsl", "private": true, "version": "1.0.0", "description": "", "author": "", "license": "ISC", "scripts": { "test:unit": "jest -b --colors --no-cache --silent --coverage --collectCoverage=true --coverageDirectory='./' --coverageReporters='json-summary'", "test:jest": "jest --watch", "lint": "yarn g:lint", "prettier": "yarn g:prettier", "build": "rollup -c", "start": "rollup -c", "postinstall": "yarn build" }, "main": "build/index.js", "module": "build/index.es.js", "types": "build/index.d.ts", "files": [ "build" ], "publishConfig": { "directory": "build" }, "dependencies": { "@babel/runtime": "^7.21.0", "@rollup/plugin-commonjs": "^22.0.0", "@types/escodegen": "^0.0.7", "@types/lodash": "^4.14.120", "normalizr": "^3.6.2", "rollup": "^2.77.0", "rollup-plugin-generate-package-json": "^3.2.0", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-typescript2": "^0.32.0", "typescript": "4.5.5" }, "devDependencies": { "jest": "^29.5.0", "ts-jest": "^29.1.0" } }