UNPKG

2.19 kBJSONView Raw
1{
2 "name": "carmi",
3 "version": "1.0.309",
4 "main": "./index.js",
5 "typings": "./typings/index.d.ts",
6 "scripts": {
7 "pretest": "eslint . && tsc",
8 "test": "jest",
9 "watchTypes": "nodemon -w ./typings/index.d.ts -w ./typedoc/generate.js ./typedoc/generate.js",
10 "release": "npx -p wnpm-ci wnpm-release --no-shrinkwrap"
11 },
12 "bin": {
13 "carmi": "./bin/carmi"
14 },
15 "repository": {
16 "type": "git",
17 "url": "git+https://github.com/wix-incubator/carmi.git"
18 },
19 "files": [
20 "bin",
21 "bytecode",
22 "src",
23 "typings",
24 "babel.js",
25 "index.js",
26 "jsx.js",
27 "loader.js",
28 "macro.js",
29 "carmiRoot.js"
30 ],
31 "publishConfig": {
32 "registry": "https://registry.npmjs.org/"
33 },
34 "author": "Avi Marcus",
35 "license": "MIT",
36 "dependencies": {
37 "@babel/core": "^7.2.2",
38 "@babel/parser": "^7.3.3",
39 "@babel/plugin-transform-modules-commonjs": "^7.2.0",
40 "@babel/plugin-transform-typescript": "^7.2.0",
41 "@babel/preset-typescript": "^7.1.0",
42 "@babel/register": "^7.0.0",
43 "ansi-colors": "^3.2.3",
44 "babel-generator": "^6.26.1",
45 "babel-plugin-macros": "^2.4.1",
46 "babel-preset-react": "^6.24.1",
47 "babel-traverse": "^6.26.0",
48 "babel-types": "^6.26.0",
49 "babylon": "^6.18.0",
50 "babylon-jsx": "^1.0.0",
51 "babylon-walk": "^1.0.2",
52 "command-line-args": "^5.0.2",
53 "dargs": "^6.0.0",
54 "execa": "^1.0.0",
55 "find-cache-dir": "^2.0.0",
56 "flow-bin": "^0.93.0",
57 "fs-extra": "^7.0.1",
58 "loader-utils": "^1.2.3",
59 "lodash": "^4.17.11",
60 "object-hash": "^1.3.1",
61 "pify": "^4.0.1",
62 "prettier": "^1.16.4",
63 "resolve": "^1.10.0",
64 "tempy": "^0.2.1",
65 "toposort": "^1.0.6"
66 },
67 "devDependencies": {
68 "babel-plugin-tester": "^5.5.1",
69 "eslint": "^5.14.1",
70 "eslint-config-wix-editor": "^7.0.0",
71 "invert-promise": "^1.0.1",
72 "jest": "^23.6.0",
73 "mobx": "^5.0.2",
74 "mock-require": "^3.0.3",
75 "random-seed": "^0.3.0",
76 "typedoc": "^0.14.2",
77 "typescript": "^3.7.2",
78 "wnpm-ci": "latest"
79 },
80 "description": "CARMI - Compiler for Automatic Reactive Modelling of Inference",
81 "gitHead": "11bcd6f6ef81dcc9f2d0148230248e844277848a"
82}
\No newline at end of file