UNPKG

2.94 kBJSONView Raw
1{
2 "name": "compiled",
3 "description": "Compiles the ES* bundle to your NodeJS version on install",
4 "main": "src/compiled.js",
5 "version": "1.19.0",
6 "bin": {
7 "build": "bin/build.js",
8 "compile": "bin/compile.js"
9 },
10 "preferGlobal": false,
11 "engines": {
12 "node": ">=0.11.0",
13 "npm": ">=3.0.0"
14 },
15 "files": [
16 "bin",
17 "src"
18 ],
19 "scripts": {
20 "test": "npm run lint && npm run test-build && npm run test-compile && node test-dist/main.compiled.js",
21 "lint": "standard src/*.js test/*.js bin/build.js",
22 "semantic-release": "semantic-release pre && npm publish && semantic-release post",
23 "issues": "git-issues",
24 "commit": "commit-wizard",
25 "test-build": "DEBUG=compiled node bin/build.js",
26 "test-compile": "DEBUG=compiled node bin/compile.js --force",
27 "postinstall": "DEBUG=compiled node bin/compile.js"
28 },
29 "repository": {
30 "type": "git",
31 "url": "https://github.com/bahmutov/compiled.git"
32 },
33 "keywords": [
34 "node",
35 "nodejs",
36 "version",
37 "es5",
38 "es6",
39 "es7",
40 "features",
41 "babel",
42 "rollup",
43 "compile",
44 "transpile"
45 ],
46 "author": "Gleb Bahmutov <gleb.bahmutov@gmail.com>",
47 "license": "MIT",
48 "bugs": {
49 "url": "https://github.com/bahmutov/compiled/issues"
50 },
51 "homepage": "https://github.com/bahmutov/compiled#readme",
52 "devDependencies": {
53 "condition-node-version": "1.2.0",
54 "git-issues": "1.2.0",
55 "pre-git": "3.3.0",
56 "semantic-release": "^4.3.5",
57 "standard": "5.4.1"
58 },
59 "dependencies": {
60 "babel-core": "6.4.0",
61 "babel-plugin-transform-es2015-arrow-functions": "6.4.0",
62 "babel-plugin-transform-es2015-block-scoping": "6.4.0",
63 "babel-plugin-transform-es2015-destructuring": "6.4.0",
64 "babel-plugin-transform-es2015-literals": "6.3.13",
65 "babel-plugin-transform-es2015-parameters": "6.4.2",
66 "babel-plugin-transform-es2015-shorthand-properties": "6.3.13",
67 "babel-plugin-transform-es2015-spread": "6.4.0",
68 "babel-plugin-transform-es2015-template-literals": "6.3.13",
69 "babel-polyfill": "6.3.14",
70 "check-more-types": "2.10.0",
71 "debug": "2.2.0",
72 "es-feature-tests": "0.3.0",
73 "es-features-to-babel-plugins": "1.1.0",
74 "lazy-ass": "1.3.0",
75 "rollup": "0.24.1",
76 "simple-bin-help": "1.6.0"
77 },
78 "release": {
79 "verifyConditions": {
80 "path": "condition-node-version",
81 "node": "4.2.2",
82 "verbose": false
83 }
84 },
85 "config": {
86 "compiled": {
87 "dir": "test-dist",
88 "files": [
89 "test/main.js",
90 "test/bin-main.js"
91 ],
92 "features": [
93 "StringMethods"
94 ]
95 },
96 "pre-git": {
97 "commit-msg": [
98 "simple"
99 ],
100 "pre-commit": [
101 "npm run lint",
102 "npm run test-build",
103 "npm run test-compile",
104 "node test-dist/main.compiled.js"
105 ],
106 "pre-push": [],
107 "post-commit": [],
108 "post-merge": []
109 }
110 }
111}
\No newline at end of file