UNPKG

2.68 kBJSONView Raw
1{
2 "name": "gd-scripts",
3 "version": "1.3.1",
4 "main": "index.js",
5 "author": "Gabriel Duarte <gabrielqduarte@gmail.com> (https://github.com/GabrielDuarteM/)",
6 "license": "MIT",
7 "description": "CLI for common scripts for my projects",
8 "scripts": {
9 "scripts": "ts-node -T src",
10 "start": "ts-node -T src start",
11 "build": "ts-node -T src build",
12 "lint": "ts-node -T src lint",
13 "pretest": "yarn build",
14 "test": "ts-node -T src/test",
15 "typecheck": "ts-node -T src typecheck",
16 "ci": "ts-node -T src ci",
17 "release": "semantic-release"
18 },
19 "bin": {
20 "gd-scripts": "build/index.js"
21 },
22 "files": [
23 "build",
24 "babel.js",
25 "eslint.js",
26 "prettier.js",
27 "semver.js",
28 "typescript.json"
29 ],
30 "resolutions": {
31 "babel-core": "^7.0.0-bridge.0"
32 },
33 "repository": {
34 "type": "git",
35 "url": "https://github.com/gabrielduartem/gd-scripts.git"
36 },
37 "bugs": {
38 "url": "https://github.com/gabrielduartem/gd-scripts/issues"
39 },
40 "dependencies": {
41 "@babel/cli": "^7.0.0",
42 "@babel/core": "^7.0.0",
43 "@babel/plugin-proposal-class-properties": "^7.0.0",
44 "@babel/plugin-proposal-object-rest-spread": "^7.0.0",
45 "@babel/plugin-transform-modules-commonjs": "^7.0.0",
46 "@babel/preset-env": "^7.0.0",
47 "@babel/preset-react": "^7.0.0",
48 "@babel/preset-typescript": "^7.0.0",
49 "arrify": "^1.0.1",
50 "babel-core": "^7.0.0-bridge.0",
51 "babel-plugin-minify-dead-code-elimination": "^0.4.3",
52 "chalk": "^2.4.1",
53 "cross-spawn": "^6.0.5",
54 "eslint": "^5.2.0",
55 "eslint-config-prettier": "^3.0.1",
56 "eslint-plugin-prettier": "^2.6.2",
57 "eslint-plugin-typescript": "^0.12.0",
58 "glob": "^7.1.2",
59 "is-ci": "^1.2.0",
60 "jest": "^23.5.0",
61 "lodash.has": "^4.5.2",
62 "mkdirp": "^0.5.1",
63 "prettier": "^1.14.0",
64 "read-pkg-up": "^4.0.0",
65 "rimraf": "^2.6.2",
66 "simple-git": "^1.96.0",
67 "typescript": "^3.0.1",
68 "typescript-eslint-parser": "^18.0.0",
69 "which": "^1.3.1",
70 "yargs-parser": "^10.1.0"
71 },
72 "devDependencies": {
73 "@types/arrify": "^1.0.4",
74 "@types/chalk": "^2.2.0",
75 "@types/cross-spawn": "^6.0.0",
76 "@types/fs-extra": "^5.0.4",
77 "@types/glob": "^5.0.35",
78 "@types/is-ci": "^1.1.0",
79 "@types/lodash.has": "^4.5.4",
80 "@types/mkdirp": "^0.5.2",
81 "@types/node": "^10.7.1",
82 "@types/read-pkg-up": "^3.0.1",
83 "@types/rimraf": "^2.0.2",
84 "@types/which": "^1.3.1",
85 "eslint-plugin-import": "^2.14.0",
86 "fs-extra": "^7.0.0",
87 "semantic-release": "^15.9.8",
88 "ts-node": "^7.0.1"
89 },
90 "peerDependencies": {
91 "eslint-plugin-import": "^2.13.0",
92 "eslint-plugin-prettier": "^2.6.2"
93 }
94}