|
| 1 | +{ |
| 2 | + "name": "@mll-lab/js-utils", |
| 3 | + "version": "0.0.1", |
| 4 | + "module": "dist/index.js", |
| 5 | + "files": [ |
| 6 | + "dist" |
| 7 | + ], |
| 8 | + "types": "dist/index.d.ts", |
| 9 | + "description": "Shared JavaScript utilities of MLL", |
| 10 | + "scripts": { |
| 11 | + "build": "rollup --config", |
| 12 | + "test": "jest", |
| 13 | + "test:watch": "jest --watch", |
| 14 | + "typecheck": "tsc --noEmit", |
| 15 | + "lint": "eslint --ignore-path .gitignore --ext .ts .", |
| 16 | + "format": "yarn run lint --fix", |
| 17 | + "release": "standard-version" |
| 18 | + }, |
| 19 | + "repository": { |
| 20 | + "type": "git", |
| 21 | + "url": "git+https://github.com/mll-lab/js-utils.git" |
| 22 | + }, |
| 23 | + "keywords": [ |
| 24 | + "js", |
| 25 | + "utils" |
| 26 | + ], |
| 27 | + "author": "Benedikt Franke <[email protected]>", |
| 28 | + "license": "MIT", |
| 29 | + "bugs": { |
| 30 | + "url": "https://github.com/mll-lab/js-utils/issues" |
| 31 | + }, |
| 32 | + "homepage": "https://github.com/mll-lab/js-utils", |
| 33 | + "peerDependencies": { |
| 34 | + "@babel/runtime": ">=7.13.6" |
| 35 | + }, |
| 36 | + "devDependencies": { |
| 37 | + "@babel/core": "^7.13.1", |
| 38 | + "@babel/eslint-parser": "^7.13.14", |
| 39 | + "@babel/plugin-transform-runtime": "^7.13.6", |
| 40 | + "@babel/preset-env": "^7.13.0", |
| 41 | + "@babel/runtime": "^7.13.6", |
| 42 | + "@mll-lab/eslint-config": "^1.1.0", |
| 43 | + "@mll-lab/eslint-plugin": "^1.2.0", |
| 44 | + "@mll-lab/prettier-config": "^1.0.0", |
| 45 | + "@mll-lab/tsconfig": "^1.1.0", |
| 46 | + "@rollup/plugin-babel": "^5.3.0", |
| 47 | + "@rollup/plugin-commonjs": "^18.0.0", |
| 48 | + "@rollup/plugin-node-resolve": "^11.2.1", |
| 49 | + "@rollup/plugin-typescript": "^8.2.1", |
| 50 | + "@semantic-release/changelog": "^5.0.1", |
| 51 | + "@semantic-release/git": "^9.0.0", |
| 52 | + "@types/jest": "^26.0.20", |
| 53 | + "@types/node": "^14.14.31", |
| 54 | + "babel-jest": "^26.6.3", |
| 55 | + "babel-loader": "^8.2.2", |
| 56 | + "babel-plugin-require-context-hook": "^1.0.0", |
| 57 | + "jest": "^26.6.3", |
| 58 | + "prettier": "^2.2.1", |
| 59 | + "rollup": "^2.45.2", |
| 60 | + "rollup-plugin-peer-deps-external": "^2.2.4", |
| 61 | + "semantic-release": "^17.4.0", |
| 62 | + "ts-jest": "^26.5.1", |
| 63 | + "ts-loader": "^8.0.17", |
| 64 | + "ts-node": "^9.1.1", |
| 65 | + "typescript": "^4.1.3" |
| 66 | + } |
| 67 | +} |
0 commit comments