UNPKG

2.39 kBJSONView Raw
1{
2 "name": "gd-scripts",
3 "version": "5.0.1",
4 "main": "index.js",
5 "author": "Gabriel Duarte (https://github.com/GabrielDuarteM/)",
6 "license": "MIT",
7 "description": "CLI with common scripts for my projects",
8 "scripts": {
9 "scripts": "babel-node src",
10 "start": "babel-node src start",
11 "build": "babel-node src build",
12 "lint": "babel-node src lint",
13 "pretest": "npm run build",
14 "test": "babel-node src/test",
15 "typecheck": "babel-node src typecheck",
16 "ci": "babel-node src ci",
17 "release": "semantic-release"
18 },
19 "keywords": [
20 "gd-scripts",
21 "cli",
22 "toolbox",
23 "react-scripts",
24 "kcd-scripts"
25 ],
26 "bin": {
27 "gd-scripts": "dist/index.js"
28 },
29 "files": [
30 "dist",
31 "babel.js",
32 "eslint.js",
33 "eslint.web.js",
34 "prettier.js",
35 "semver.js",
36 "typescript.json",
37 "typescript.web.json"
38 ],
39 "repository": {
40 "type": "git",
41 "url": "https://github.com/gabrielduartem/gd-scripts.git"
42 },
43 "bugs": {
44 "url": "https://github.com/gabrielduartem/gd-scripts/issues"
45 },
46 "homepage": "https://github.com/GabrielDuarteM/gd-scripts#readme",
47 "dependencies": {
48 "@babel/cli": "7.2.3",
49 "@babel/core": "7.4.0",
50 "@babel/plugin-proposal-class-properties": "7.4.0",
51 "@babel/plugin-proposal-object-rest-spread": "7.4.0",
52 "@babel/plugin-transform-modules-commonjs": "7.4.0",
53 "@babel/preset-env": "7.4.2",
54 "@babel/preset-react": "7.0.0",
55 "@babel/preset-typescript": "7.3.3",
56 "@typescript-eslint/eslint-plugin": "1.5.0",
57 "arrify": "1.0.1",
58 "babel-eslint": "10.0.1",
59 "babel-jest": "24.5.0",
60 "babel-plugin-macros": "2.5.1",
61 "babel-plugin-minify-dead-code-elimination": "0.5.0",
62 "chalk": "2.4.2",
63 "cross-spawn": "6.0.5",
64 "eslint": "5.16.0",
65 "eslint-config-prettier": "4.1.0",
66 "eslint-plugin-babel": "5.3.0",
67 "eslint-plugin-import": "2.16.0",
68 "eslint-plugin-jsx-a11y": "6.2.1",
69 "eslint-plugin-prettier": "3.0.1",
70 "eslint-plugin-react": "7.12.4",
71 "gd-configs": "6.0.0",
72 "glob": "7.1.3",
73 "is-ci": "2.0.0",
74 "jest": "24.5.0",
75 "lodash.has": "4.5.2",
76 "prettier": "1.16.4",
77 "read-pkg-up": "5.0.0",
78 "rimraf": "2.6.3",
79 "typescript": "3.3.4000",
80 "which": "1.3.1",
81 "yargs-parser": "13.0.0"
82 },
83 "devDependencies": {
84 "@babel/node": "7.2.2",
85 "semantic-release": "15.13.3"
86 }
87}