dotjs-loader
Version:
doT.js module loader for webpack
48 lines (47 loc) • 1.08 kB
JSON
{
"name": "dotjs-loader",
"version": "1.0.0",
"description": "doT.js module loader for webpack",
"keywords": [
"webpack",
"loader",
"doT"
],
"homepage": "https://github.com/simpleigh/dotjs-loader#readme",
"bugs": {
"url": "https://github.com/simpleigh/dotjs-loader/issues"
},
"license": "MIT",
"author": "Leigh Simpson <code@simpleigh.com> (https://www.simpleigh.com/)",
"files": [
"dist"
],
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/simpleigh/dotjs-loader.git"
},
"scripts": {
"build": "babel src -d dist",
"test": "jest --coverage",
"prettify": "prettier --write ."
},
"dependencies": {
"schema-utils": "^4.2.0"
},
"peerDependencies": {
"dot": "^1.1.0"
},
"devDependencies": {
"@babel/cli": "7.22.9",
"@babel/core": "7.22.9",
"@babel/preset-env": "7.22.9",
"babel-jest": "29.6.2",
"codecov": "3.8.3",
"dot": "1.1.3",
"jest": "29.6.2",
"memfs": "4.2.0",
"prettier": "3.0.0",
"webpack": "5.88.2"
}
}