systemjs-cjs-extra
Version:
An extra for SystemJS 6 to load CommonJS modules in the browser
29 lines • 716 B
JSON
{
"name": "systemjs-cjs-extra",
"version": "0.2.1",
"description": "An extra for SystemJS 6 to load CommonJS modules in the browser",
"main": "dist/index.js",
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git://github.com/jackw/systemjs-extras",
"directory": "packages/systemjs-cjs-extra"
},
"keywords": [
"systemjs",
"extra",
"commonjs",
"cjs",
"browser"
],
"author": "Jack Westbrook",
"license": "MIT",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c ../../shared/rollup.config.mjs --configPackageName=systemjs-cjs-extra",
"lint": "eslint \"src/**\"",
"clean": "rm -rf ./dist"
}
}