UNPKG

1.18 kBJSONView Raw
1{
2 "name": "espresso-transformer",
3 "version": "1.3.1",
4 "description": "A coffee to ES2015 code converter",
5 "main": "src/index.js",
6 "scripts": {
7 "commit": "git-cz",
8 "test": "standard && node tests | tap-spec",
9 "test:coverage": "istanbul cover tests/",
10 "reset": "cd examples/ && find . ! -name '*.coffee' -print0 | xargs -0 rm && cd ..",
11 "semantic-release": "semantic-release pre && npm publish && semantic-release post"
12 },
13 "author": "HipsterBrown",
14 "license": "MIT",
15 "bin": {
16 "espresso": "bin/espresso.sh"
17 },
18 "dependencies": {
19 "coffee-script": "^1.10.0",
20 "jscodeshift": "^0.3.7",
21 "lodash.camelcase": "^4.1.0",
22 "nomnom": "^1.8.1"
23 },
24 "devDependencies": {
25 "babel-eslint": "^6.0.2",
26 "commitizen": "^1.0.5",
27 "cz-conventional-changelog": "^1.1.2",
28 "istanbul": "^0.3.22",
29 "semantic-release": "^4.3.5",
30 "standard": "^5.3.1",
31 "tap": "^2.0.0",
32 "tap-spec": "^4.1.0"
33 },
34 "repository": {
35 "type": "git",
36 "url": "https://github.com/HipsterBrown/espresso.git"
37 },
38 "czConfig": {
39 "path": "node_modules/cz-conventional-changelog"
40 },
41 "standard": {
42 "parser": "babel-eslint"
43 }
44}
\No newline at end of file