1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/zane_young-foy

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
package.json 1.7 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
zaaack Отправлено 14.09.2020 11:20 34dd528
{
"name": "foy",
"version": "0.2.0",
"description": "A simple, light-weight and modern task runner for general purpose.",
"main": "./lib/index.js",
"typings": "./lib/index",
"types": "./lib/index",
"sideEffects": false,
"scripts": {
"foy": "ts-node ./src/cli.ts",
"build": "npm run foy -- build",
"test": "npm run foy -- test",
"test:update-snap": "npm run foy -- test:update-snap",
"watch": "npm run foy -- watch"
},
"bin": {
"foy": "./lib/cli.js"
},
"pre-commit": [],
"files": [
"lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/zaaack/foy.git"
},
"keywords": [
"make",
"build",
"tools",
"cli"
],
"author": "Zack Young",
"license": "MIT",
"bugs": {
"url": "https://github.com/zaaack/foy/issues"
},
"homepage": "https://github.com/zaaack/foy#readme",
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/ejs": "^2.6.1",
"@types/execa": "^0.9.0",
"@types/figures": "^2.0.0",
"@types/jasmine": "^3.3.8",
"@types/log-symbols": "^2.0.0",
"@types/log-update": "^2.0.0",
"@types/marked": "^0.5.0",
"@types/node": "^10.12.10",
"@types/strip-ansi": "^3.0.0",
"axios": "^0.18.0",
"ejs": "^2.6.1",
"generate-changelog": "^1.7.1",
"jasmine": "^3.3.1",
"marked": "^0.5.2",
"ts-node": "^7.0.1",
"tsconfig-paths": "^3.4.0",
"tslint": "^5.11.0",
"tslint-config-standard": "^8.0.1",
"typedoc": "^0.13.0",
"typescript": "^3.2.2"
},
"dependencies": {
"cac": "^6.3.12",
"chalk": "^2.4.1",
"cli-spinners": "^1.3.1",
"execa": "^1.0.0",
"figures": "^2.0.0",
"strip-ansi": "^5.0.0",
"tslib": "^1.10.0",
"wcwidth": "^1.0.1"
},
"peerDependencies": {}
}

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/zane_young-foy.git
git@api.gitlife.ru:oschina-mirror/zane_young-foy.git
oschina-mirror
zane_young-foy
zane_young-foy
master