UNPKG

lism

Version:

Collection of TypeScript Utilities to help developers streamline their coding workflow.

83 lines (82 loc) 2.3 kB
{ "name": "lism", "version": "0.4.0", "description": "Collection of TypeScript Utilities to help developers streamline their coding workflow.", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "version": "npx changeset && npx changeset version", "build": "rimraf ./dist && webpack --config webpack.config.js && npm run docs", "docs": "npx typedoc", "format": "prettier --write ./src", "lint": "npx eslint", "test": "jest", "test:watch": "jest --watchAll", "test:coverage": "jest --coverage" }, "repository": { "type": "git", "url": "git+https://github.com/dragmove/lism.git" }, "keywords": [ "lism", "util", "utilities", "typescript", "ts", "dragmove" ], "author": { "name": "Hyunseok Kim", "email": "dragmove@gmail.com" }, "license": "MIT", "bugs": { "url": "https://github.com/dragmove/lism/issues", "email": "dragmove@gmail.com" }, "homepage": "https://github.com/dragmove/lism#readme", "peerDependencies": { "react": ">=18.0.0 <20.0.0" }, "devDependencies": { "@babel/core": "^7.26.0", "@babel/preset-env": "^7.26.0", "@babel/preset-react": "^7.26.3", "@changesets/cli": "^2.27.11", "@eslint/js": "^9.17.0", "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.1.0", "@tsconfig/recommended": "^1.0.8", "@types/jest": "^29.5.14", "@types/node": "^22.10.5", "@types/react": "^19.0.3", "eslint": "^9.17.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.2.1", "eslint-plugin-react": "^7.37.3", "globals": "^15.14.0", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "prettier": "^3.4.2", "react": "^19.0.0", "react-dom": "^19.0.0", "rimraf": "^6.0.1", "ts-jest": "^29.2.5", "ts-loader": "^9.5.1", "ts-transform-paths": "^3.0.0", "tsconfig-paths-webpack-plugin": "^4.2.0", "tslib": "^2.8.1", "typedoc": "^0.27.6", "typescript": "^5.7.2", "typescript-eslint": "^8.19.1", "typescript-transform-paths": "^3.5.3", "webpack": "^5.97.1", "webpack-cli": "^5.1.4", "webpack-node-externals": "^3.0.0" }, "dependencies": { "lism": "file:" } }