UNPKG

1.91 kBJSONView Raw
1{
2 "name": "@patternplate/api",
3 "version": "3.0.0",
4 "description": "Patternplate JSON API",
5 "scripts": {
6 "start": "yarn build -w",
7 "build": "babel -D src -d lib --source-maps --ignore **/*.test.js",
8 "clean": "rimraf lib",
9 "watch": "yarn build -w",
10 "deps": "dependency-check . lib/compiler-worker.js --missing && dependency-check . lib/compiler-worker.js --extra --no-dev"
11 },
12 "files": [
13 "index.js",
14 "lib"
15 ],
16 "xo": false,
17 "repository": {
18 "type": "git",
19 "url": "git+https://github.com/patternplate/patternplate.git"
20 },
21 "bugs": {
22 "url": "https://github.com/patternplate/patternplate/issues"
23 },
24 "homepage": "https://github.com/patternplate/patternplate#readme",
25 "author": {
26 "name": "Mario Nebl",
27 "email": "mario.nebl@sinnerschrader.com"
28 },
29 "license": "MIT",
30 "publishConfig": {
31 "access": "public"
32 },
33 "engines": {
34 "node": ">= 4",
35 "npm": ">= 3"
36 },
37 "babel": {
38 "presets": [
39 "module:@patternplate/babel-preset"
40 ]
41 },
42 "devDependencies": {
43 "@babel/cli": "^7.0.0-beta.40",
44 "@patternplate/babel-preset": "^2.5.18",
45 "dependency-check": "^3.1.0",
46 "rimraf": "^2.6.2"
47 },
48 "dependencies": {
49 "@marionebl/sander": "^0.6.1",
50 "@patternplate/compiler": "^3.0.0",
51 "@patternplate/load-config": "^3.0.0",
52 "@patternplate/load-docs": "^2.5.18",
53 "@patternplate/load-meta": "^3.0.0",
54 "@patternplate/validate-config": "^3.0.0",
55 "aggregate-error": "^1.0.0",
56 "arson": "^0.2.6",
57 "chokidar": "^1.7.0",
58 "common-dir": "^1.0.1",
59 "dargs": "^5.1.0",
60 "express": "^4.16.2",
61 "glob-parent": "^3.1.0",
62 "memory-fs": "^0.4.1",
63 "micromatch": "^3.1.8",
64 "require-from-string": "^2.0.1",
65 "resolve-pkg": "^1.0.0",
66 "string-hash": "^1.1.3",
67 "unindent": "^2.0.0",
68 "ws": "^4.0.0",
69 "yargs-parser": "^9.0.2",
70 "zen-observable": "^0.7.1"
71 }
72}