UNPKG

1.68 kBJSONView Raw
1{
2 "name": "fscripts",
3 "version": "3.6.3",
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:publish": "node lib/release/publish.js",
12 "run-s": "node index.js run-s"
13 },
14 "fscripts": {
15 "encryptedFiles": [
16 "config.json"
17 ],
18 "ignore-upgrade": [
19 "micromatch"
20 ]
21 },
22 "repository": "https://github.com/agrublev/freedcamp-script-runner.git",
23 "private": false,
24 "license": "MIT",
25 "author": "Angel Grablev <agrublev@gmail.com>",
26 "bin": {
27 "fsr": "./index.js"
28 },
29 "dependencies": {
30 "better-md-2-json": "^1.0.6",
31 "boxen": "^4.1.0",
32 "chalk": "^2.4.2",
33 "conf": "^6.0.1",
34 "cross-spawn": "^7.0.0",
35 "crypto-js": "^3.1.9-1",
36 "detect-indent": "latest",
37 "enquirer": "^2.3.2",
38 "fancy-log": "^1.3.3",
39 "fs-extra": "^8.1.0",
40 "inquirer": "^7.0.0",
41 "joycon": "^2.2.5",
42 "markdown-it": "^10.0.0",
43 "markdown-toc": "^1.2.0",
44 "marked": "^0.7.0",
45 "md-2-json": "^1.0.6",
46 "micromatch": "^4.0.2",
47 "moment": "^2.24.0",
48 "prepend-file": "^1.3.1",
49 "prettier": "^1.18.2",
50 "pretty-ms": "^5.0.0",
51 "require-from-string": "^2.0.2",
52 "rexrex": "^1.3.0",
53 "simple-git": "^1.126.0",
54 "sort-object-keys": "^1.1.2",
55 "versiony": "^2.0.1",
56 "yargs": "^14.0.0"
57 },
58 "devDependencies": {
59 "git-release-notes": "^5.0.0",
60 "github-basic": "^6.0.0",
61 "inquirer-fuzzy-path": "^2.1.0",
62 "npm-run-all": "^4.1.5",
63 "pull-request": "^3.0.0",
64 "semantic-release": "^15.13.24"
65 },
66 "peerDependencies": {
67 "chalk": "^2.4.2"
68 }
69}