UNPKG

1.61 kBJSONView Raw
1{
2 "name": "foy",
3 "version": "0.2.12",
4 "description": "A simple, light-weight and modern task runner for general purpose.",
5 "main": "./lib/index.js",
6 "typings": "./lib/index",
7 "types": "./lib/index",
8 "sideEffects": false,
9 "scripts": {
10 "foy": "ts-node ./src/cli.ts",
11 "build": "npm run foy -- build",
12 "test": "npm run foy -- test",
13 "test:update-snap": "npm run foy -- test:update-snap",
14 "watch": "npm run foy -- watch"
15 },
16 "bin": {
17 "foy": "./lib/cli.js"
18 },
19 "pre-commit": [],
20 "files": [
21 "lib"
22 ],
23 "repository": {
24 "type": "git",
25 "url": "git+https://github.com/zaaack/foy.git"
26 },
27 "keywords": [
28 "make",
29 "build",
30 "tools",
31 "cli"
32 ],
33 "author": "Zack Young",
34 "license": "MIT",
35 "bugs": {
36 "url": "https://github.com/zaaack/foy/issues"
37 },
38 "homepage": "https://github.com/zaaack/foy#readme",
39 "devDependencies": {
40 "@types/ejs": "^3.0.4",
41 "@types/jasmine": "^3.5.14",
42 "@types/marked": "^1.1.0",
43 "@types/node": "^14.11.2",
44 "axios": "^0.20.0",
45 "ejs": "^3.1.5",
46 "generate-changelog": "^1.8.0",
47 "jasmine": "^3.6.1",
48 "marked": "^1.1.1",
49 "ts-node": "^9.1.1",
50 "tsconfig-paths": "^3.9.0",
51 "tslint": "^6.1.3",
52 "tslint-config-standard": "^9.0.0",
53 "typedoc": "^0.19.2",
54 "typescript": "^4.0.3"
55 },
56 "dependencies": {
57 "cac": "^6.6.1",
58 "chalk": "^4.1.0",
59 "cli-spinners": "^2.4.0",
60 "execa": "^4.0.3",
61 "figures": "^3.2.0",
62 "shell-parser": "^1.0.0",
63 "strip-ansi": "^6.0.0",
64 "tslib": "^2.0.1",
65 "wcwidth": "^1.0.1"
66 },
67 "peerDependencies": {}
68}