UNPKG

1.51 kBJSONView Raw
1{
2 "name": "dev-dep-babel",
3 "version": "0.0.10",
4 "author": "dr-js",
5 "license": "MIT",
6 "keywords": [
7 "Dr",
8 "Dr-js",
9 "JavaScript"
10 ],
11 "repository": {
12 "type": "git",
13 "url": "git+https://github.com/dr-js/dev-dependency-pack.git"
14 },
15 "homepage": "https://github.com/dr-js/dev-dependency-pack#readme",
16 "bugs": {
17 "url": "https://github.com/dr-js/dev-dependency-pack/issues"
18 },
19 "engines": {
20 "node": ">=8.8.0",
21 "npm": ">=5.5.0"
22 },
23 "scripts": {
24 "build-library": "cross-env NODE_ENV=production BABEL_ENV=library babel ./source --out-dir ./library",
25 "build-library-dev": "cross-env NODE_ENV=development BABEL_ENV=library-dev babel ./source --out-dir ./library --watch",
26 "test": "npm run test-mocha",
27 "test-mocha": "cross-env BABEL_ENV=library mocha --require babel-register \"source/**/*.test.js\""
28 },
29 "dependencies": {
30 "babel-cli": "^6.26.0",
31 "babel-core": "^6.26.0",
32 "babel-eslint": "^8.0.3",
33 "babel-plugin-module-resolver": "^3.0.0",
34 "babel-plugin-transform-class-properties": "^6.24.1",
35 "babel-plugin-transform-object-rest-spread": "^6.26.0",
36 "babel-preset-env": "^1.6.1",
37 "babel-preset-minify": "^0.2.0",
38 "babel-register": "^6.26.0",
39 "cross-env": "^5.1.1",
40 "eslint": "^4.12.1",
41 "eslint-config-standard": "^10.2.1",
42 "eslint-plugin-import": "^2.8.0",
43 "eslint-plugin-node": "^5.2.1",
44 "eslint-plugin-promise": "^3.6.0",
45 "eslint-plugin-standard": "^3.0.1",
46 "mocha": "^4.0.1"
47 }
48}