mirror of
https://github.com/jlengrand/open-wc.git
synced 2026-03-10 08:31:19 +00:00
- @open-wc/building-webpack@2.13.44 - @open-wc/create@0.33.3 - @open-wc/demoing-storybook@2.4.3 - es-dev-server@1.57.6 - @open-wc/karma-esm@3.0.7 - @open-wc/testing-karma-bs@1.3.92 - @open-wc/testing-karma@4.0.7 - @open-wc/webpack-index-html-plugin@1.7.13
56 lines
1.5 KiB
JSON
56 lines
1.5 KiB
JSON
{
|
|
"name": "@open-wc/create",
|
|
"version": "0.33.3",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"description": "Easily setup all the tools of Open Web Components.",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/open-wc/open-wc.git",
|
|
"directory": "packages/create"
|
|
},
|
|
"author": "open-wc",
|
|
"homepage": "https://github.com/open-wc/open-wc/tree/master/packages/create",
|
|
"bin": {
|
|
"create-open-wc": "./dist/create.js"
|
|
},
|
|
"scripts": {
|
|
"build": "rm -rf dist && babel src --out-dir dist --copy-files --include-dotfiles",
|
|
"prepublishOnly": "npm run build && ../../scripts/insert-header.js",
|
|
"start": "npm run build && node ./dist/create.js",
|
|
"test": "npm run test:node",
|
|
"test:node": "mocha --require @babel/register",
|
|
"test:update-snapshots": "node -r @babel/register ./test/update-snapshots.js",
|
|
"test:watch": "onchange 'src/**/*.js' 'test/**/*.js' -- npm run test --silent"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"keywords": [
|
|
"open-wc",
|
|
"owc",
|
|
"generator",
|
|
"starter-app"
|
|
],
|
|
"dependencies": {
|
|
"chalk": "^2.4.2",
|
|
"command-line-args": "^5.0.2",
|
|
"dedent": "^0.7.0",
|
|
"deepmerge": "^4.2.2",
|
|
"glob": "^7.1.3",
|
|
"prompts": "^2.1.0",
|
|
"semver": "^6.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.8.4",
|
|
"@babel/core": "^7.11.1",
|
|
"@babel/preset-env": "^7.9.0",
|
|
"@babel/register": "^7.9.0",
|
|
"babel-plugin-transform-dynamic-import": "^2.1.0",
|
|
"chai-fs": "^2.0.0",
|
|
"onchange": "^5.2.0"
|
|
}
|
|
}
|