UNPKG

2.12 kBJSONView Raw
1{
2 "name": "fscripts",
3 "version": "4.1.1",
4 "description": "Runs the fscripts.md file",
5 "main": "./index.js",
6 "scripts": {
7 "fsr": "node index.js",
8 "release": "run-s release:bump release:build release:publish",
9 "release:build": "parcel build index.js --target node --no-cache",
10 "release:bump": "yarn fsr bump",
11 "release:combined": "np --any-branch",
12 "release:publish": "node lib/release/publish.js",
13 "run-s": "node index.js run-s",
14 "test": "echo 'yolo'"
15 },
16 "fscripts": {
17 "encryptedFiles": [
18 "config.json"
19 ],
20 "ignore-upgrade": [
21 "micromatch"
22 ]
23 },
24 "repository": "https://github.com/agrublev/freedcamp-script-runner.git",
25 "private": false,
26 "license": "MIT",
27 "author": "Angel Grablev <agrublev@gmail.com>",
28 "bin": {
29 "fsr": "./index.js"
30 },
31 "dependencies": {
32 "better-md-2-json": "^1.0.6",
33 "boxen": "^4.1.0",
34 "chalk": "^2.4.2",
35 "conf": "^6.0.1",
36 "cross-spawn": "^7.0.0",
37 "crypto-js": "^3.1.9-1",
38 "detect-indent": "latest",
39 "enquirer": "^2.3.2",
40 "fancy-log": "^1.3.3",
41 "fs-extra": "^8.1.0",
42 "git-changed-files": "^1.0.0",
43 "git-release-notes": "^5.0.0",
44 "git-state": "^4.1.0",
45 "github-basic": "^6.0.0",
46 "inquirer": "^7.0.0",
47 "joycon": "^2.2.5",
48 "markdown-it": "^10.0.0",
49 "markdown-toc": "^1.2.0",
50 "marked": "^0.7.0",
51 "md-2-json": "^1.0.6",
52 "micromatch": "^4.0.2",
53 "moment": "^2.24.0",
54 "prepend-file": "^1.3.1",
55 "prettier": "^1.18.2",
56 "pretty-ms": "^5.0.0",
57 "require-from-string": "^2.0.2",
58 "rexrex": "^1.3.0",
59 "simple-git": "^1.126.0",
60 "sort-object-keys": "^1.1.2",
61 "versiony": "^2.0.1",
62 "yargs": "^14.0.0"
63 },
64 "devDependencies": {
65 "@babel/cli": "^7.6.2",
66 "@babel/core": "^7.6.2",
67 "fkill-cli": "^5.2.0",
68 "inquirer-fuzzy-path": "^2.1.0",
69 "json-colorz": "^0.2.7",
70 "lodash": "^4.17.15",
71 "mixin-deep": "^2.0.1",
72 "np": "^5.1.0",
73 "npm-run-all": "^4.1.5",
74 "pull-request": "^3.0.0",
75 "remarkable": "^2.0.0",
76 "semantic-release": "^15.13.24",
77 "set-value": "^3.0.1",
78 "staged-git-files": "^1.2.0",
79 "terminal-tree": "^0.0.3",
80 "underscore.string": "^3.3.5"
81 },
82 "peerDependencies": {
83 "chalk": "^2.4.2"
84 }
85}