UNPKG

1.45 kBJSONView Raw
1{
2 "name": "fscripts",
3 "version": "3.3.8",
4 "description": "Runs the fscripts.md file",
5 "main": "./index.js",
6 "repository": "https://github.com/agrublev/freedcamp-script-runner.git",
7 "author": "Angel Grablev <agrublev@gmail.com>",
8 "license": "MIT",
9 "private": false,
10 "scripts": {
11 "fsr": "node index.js",
12 "run-s": "node index.js run-s",
13 "build": "parcel build index.js --target node"
14 },
15 "bin": {
16 "fsr": "./index.js"
17 },
18 "peerDependencies": {
19 "chalk": "^2.4.2"
20 },
21 "dependencies": {
22 "better-md-2-json": "^1.0.6",
23 "boxen": "^3.1.0",
24 "chalk": "^2.4.2",
25 "conf": "^4.0.2",
26 "cross-spawn": "^6.0.5",
27 "enquirer": "^2.3.0",
28 "fancy-log": "^1.3.3",
29 "fs-extra": "^7.0.1",
30 "inquirer": "^6.2.2",
31 "joycon": "^2.2.4",
32 "markdown-it": "^8.4.2",
33 "markdown-toc": "^1.2.0",
34 "marked": "^0.6.2",
35 "md-2-json": "^1.0.5",
36 "micromatch": "^4.0.2",
37 "moment": "^2.24.0",
38 "prepend-file": "^1.3.1",
39 "pretty-ms": "^5.0.0",
40 "require-from-string": "^2.0.2",
41 "rexrex": "^1.3.0",
42 "yargs": "^13.2.2"
43 },
44 "devDependencies": {
45 "git-release-notes": "^4.0.1",
46 "inquirer-fuzzy-path": "^2.0.3",
47 "prettier": "^1.16.4",
48 "semantic-release": "^15.13.12",
49 "simple-git": "^1.113.0"
50 }
51}