UNPKG

2.85 kBJSONView Raw
1{
2 "name": "@nutmeg/cli",
3 "version": "0.17.2",
4 "description": "Build, test, and publish vanilla Web Components with a little spice",
5 "main": "dist/cli.js",
6 "types": "dist/cli.d.ts",
7 "bin": {
8 "nutmeg-build": "bin/nutmeg-build",
9 "nutmeg-clean": "bin/nutmeg-clean",
10 "nutmeg-new": "bin/nutmeg-new",
11 "nutmeg-serve": "bin/nutmeg-serve",
12 "nutmeg-test": "bin/nutmeg-test",
13 "nutmeg-watch": "bin/nutmeg-watch",
14 "nutmeg": "bin/nutmeg"
15 },
16 "directories": {
17 "test": "test"
18 },
19 "repository": {
20 "type": "git",
21 "url": "git+https://github.com/abraham/nutmeg.git"
22 },
23 "keywords": [
24 "web-components",
25 "webcomponents",
26 "shadow-dom",
27 "shadowdom",
28 "lit-html",
29 "nutmeg",
30 "typescript"
31 ],
32 "author": {
33 "name": "Abraham Williams",
34 "email": "abraham@abrah.am",
35 "url": "https://abrah.am"
36 },
37 "license": "MIT",
38 "bugs": {
39 "url": "https://github.com/abraham/nutmeg/issues"
40 },
41 "homepage": "https://github.com/abraham/nutmeg",
42 "scripts": {
43 "prebuild": "npm run clean",
44 "build": "tsc",
45 "clean": "rimraf dist",
46 "prepare": "npm run build",
47 "test": "npm run build",
48 "xtest": "ts-node ./scripts/test.ts",
49 "watch": "tsc --watch"
50 },
51 "engines": {
52 "node": "12"
53 },
54 "dependencies": {
55 "@nutmeg/seed": "^0.17.2",
56 "@types/chai": "4.2.11",
57 "@types/mocha": "7.0.1",
58 "@types/sinon": "7.5.2",
59 "@webcomponents/webcomponentsjs": "2.4.3",
60 "babel-preset-env": "1.7.0",
61 "chai": "4.2.0",
62 "commander": "5.0.0",
63 "html-webpack-plugin": "4.0.0-beta.14",
64 "karma": "4.4.1",
65 "karma-chai": "0.1.0",
66 "karma-chrome-launcher": "3.1.0",
67 "karma-firefox-launcher": "1.3.0",
68 "karma-mocha": "1.3.0",
69 "karma-opera-launcher": "1.0.0",
70 "karma-safari-launcher": "1.0.0",
71 "karma-sinon": "1.0.5",
72 "karma-typescript": "5.0.0",
73 "karma-typescript-es6-transform": "4.1.1",
74 "karma-webpack": "4.0.2",
75 "lodash.template": "4.5.0",
76 "mocha": "7.0.1",
77 "pascal-case": "3.1.1",
78 "recursive-copy": "2.0.10",
79 "shelljs": "0.8.3",
80 "sinon": "9.0.1",
81 "through2": "3.0.1",
82 "ts-loader": "6.2.1",
83 "typescript": "3.8.3",
84 "uglifyjs-webpack-plugin": "2.2.0",
85 "update-notifier": "4.1.0",
86 "webpack": "4.42.0",
87 "webpack-bundle-analyzer": "3.6.1",
88 "webpack-cli": "3.3.11",
89 "webpack-dev-server": "3.10.3",
90 "webpack-stylish": "0.1.8"
91 },
92 "devDependencies": {
93 "@types/lodash.template": "4.4.6",
94 "@types/node": "10.17.17",
95 "@types/shelljs": "0.8.6",
96 "@types/through2": "2.0.34",
97 "@types/update-notifier": "4.1.0",
98 "rimraf": "3.0.2",
99 "ts-node": "8.7.0"
100 },
101 "browser": {
102 "fs": false,
103 "child_process": false
104 },
105 "publishConfig": {
106 "access": "public"
107 },
108 "gitHead": "24f2051242aca7f4eb1070e11b117e6b342afb68"
109}