webpack-fabricator-assemble
Version:
A webpack plugin for the fabricator-assemble module
29 lines (28 loc) • 652 B
JSON
{
"name": "webpack-fabricator-assemble",
"version": "1.1.0",
"description": "A webpack plugin for the fabricator-assemble module",
"main": "index.js",
"scripts": {
"build": "tsc index.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"webpack",
"fabricator",
"fabricator-assemble"
],
"author": "ksotello",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ksotello/webpack-fabricator-assemble.git"
},
"dependencies": {
"fabricator-assemble": "^1.3.0"
},
"devDependencies": {
"safe-require": "^1.0.3",
"typescript": "^3.4.3"
}
}