UNPKG

837 BJSONView Raw
1{
2 "name": "loader-utils",
3 "version": "3.1.2",
4 "author": "Tobias Koppers @sokra",
5 "description": "utils for webpack loaders",
6 "dependencies": {
7 "big.js": "^6.1.1"
8 },
9 "scripts": {
10 "lint": "prettier --list-different . && eslint .",
11 "pretest": "yarn lint",
12 "test": "jest",
13 "test:only": "jest --coverage",
14 "test:ci": "yarn test:only",
15 "release": "yarn test && standard-version"
16 },
17 "license": "MIT",
18 "repository": {
19 "type": "git",
20 "url": "https://github.com/webpack/loader-utils.git"
21 },
22 "engines": {
23 "node": ">= 12.13.0"
24 },
25 "devDependencies": {
26 "coveralls": "^3.1.1",
27 "eslint": "^8.0.1",
28 "eslint-plugin-node": "^11.1.0",
29 "jest": "^27.3.1",
30 "prettier": "^2.4.1",
31 "standard-version": "^9.3.2"
32 },
33 "main": "lib/index.js",
34 "files": [
35 "lib"
36 ]
37}