@architect/plugin-bundles
Version:
Architect plugin for exposing bundled modules to the browser from your Architect project.
49 lines (48 loc) • 1.16 kB
JSON
{
"name": "@architect/plugin-bundles",
"version": "3.2.0",
"description": "Architect plugin for exposing bundled modules to the browser from your Architect project.",
"main": "src/index.js",
"engines": {
"node": ">=14"
},
"files": [
"src/*"
],
"scripts": {
"lint": "eslint src test --fix",
"tape": "tape test/test.js | tap-arc",
"test": "npm run lint && npm run tape"
},
"repository": {
"type": "git",
"url": "git+https://github.com/architect/plugin-bundles.git"
},
"keywords": [
"Architect",
"plugin",
"bundles",
"esbuild"
],
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/architect/plugin-bundles/issues"
},
"homepage": "https://github.com/architect/plugin-bundles#readme",
"dependencies": {
"esbuild": "^0.15.8"
},
"devDependencies": {
"@architect/eslint-config": "^2.0.1",
"@architect/functions": "^5.2.2",
"@architect/sandbox": "^5.3.4",
"eslint": "^8.23.1",
"tap-arc": "^0.3.5",
"tape": "^5.6.1",
"tiny-json-http": "^7.4.2"
},
"eslintConfig": {
"extends": "@architect/eslint-config"
}
}