UNPKG

2.18 kBJSONView Raw
1{
2 "name": "@reallyland/really-code-configurator",
3 "version": "0.3.1",
4 "description": "Configure and generate code snippet for custom element",
5 "keywords": [
6 "code-configurator",
7 "code-snippet",
8 "demo",
9 "lit-element",
10 "lit-html",
11 "polymer",
12 "really",
13 "really-code-configurator",
14 "typescript",
15 "web-components"
16 ],
17 "homepage": "https://github.com/reallyland/really-code-configurator",
18 "repository": {
19 "type": "git",
20 "url": "git@github.com:reallyland/really-code-configurator.git"
21 },
22 "license": "MIT",
23 "author": {
24 "name": "Rong Sen Ng (motss)",
25 "email": "wes.ngrongsen@gmail.com",
26 "url": "https://github.com/motss"
27 },
28 "files": [
29 "dist/*.d.ts.map",
30 "dist/*.d.ts",
31 "dist/*.js.map",
32 "dist/*.js"
33 ],
34 "main": "./dist/really-code-configurator.js",
35 "module": "./dist/really-code-configurator.js",
36 "typings": "./dist/really-code-configurator.d.ts",
37 "scripts": {
38 "build": "npm run ts -- -p tsconfig.prod.json",
39 "clean": "rm -rf dist/",
40 "lint": "tslint --project tsconfig.json --config tslint.prod.json --format stylish",
41 "lint:debug": "tslint --project tsconfig.json --config tslint.json --format stylish",
42 "prepublishOnly": "rm -rf dist/ && npm run build",
43 "test": "npm run lint && npm run ts && wct --skip-selenium-install --config-file wct.config.json",
44 "test:ci": "wct --config-file wct.config.ci.json",
45 "test:sl": "wct --config-file wct.config.sl.json",
46 "ts": "tsc",
47 "watch": "npm run ts -- --watch"
48 },
49 "dependencies": {
50 "@material/mwc-button": "^0.6.0",
51 "@types/prismjs": "^1.16.0",
52 "lit-element": "^2.2.0",
53 "lit-html": "^1.1.1",
54 "prismjs": "^1.16.0"
55 },
56 "devDependencies": {
57 "@reallyland/tsconfig": "^1.0.0",
58 "@reallyland/tslint-config": "^1.1.1",
59 "@types/chai": "^4.1.7",
60 "@types/mocha": "^5.2.7",
61 "@webcomponents/webcomponentsjs": "^2.2.7",
62 "chai": "^4.2.0",
63 "mocha": "^6.1.4",
64 "tslint": "^5.18.0",
65 "typescript": "^3.5.3",
66 "wct-mocha": "^1.0.1"
67 },
68 "engines": {
69 "node": ">= 8.16.0",
70 "npm": ">= 6.4.1"
71 },
72 "publishConfig": {
73 "access": "public"
74 }
75}