@berun/sparky
Version:
Sparky task runner for @berun
57 lines (56 loc) • 1.24 kB
JSON
{
"name": "@berun/sparky",
"version": "7.3.6",
"description": "Sparky task runner for @berun",
"main": "src/index.ts",
"ts:main": "src/index.ts",
"types": "src/index.ts",
"authors": [
"OffGrid Networks <admid@offgridnetworks.com>",
"fuse-box contributors"
],
"bugs": "https://github.com/bestyled/berun/issues",
"engines": {
"node": ">=8.3",
"npm": ">=5.4.0",
"yarn": ">=1.2.1"
},
"files": [
"dist",
"src"
],
"keywords": [
"berun",
"berun-runner",
"react",
"web",
"eslint",
"polyfill",
"fuse-box",
"sparky"
],
"license": "MIT",
"publishConfig": {
"access": "public"
},
"repository": "https://github.com/bestyled/berun/tree/master/packages/berun-sparky",
"scripts": {
"coverage": "berun-dev test --coverage",
"format": "berun-dev format",
"lint": "berun-dev lint",
"test": "echo test handled in others",
"test:watch": "berun-dev test -o --watch"
},
"dependencies": {
"chokidar": "^2.1.8",
"fliplog": "^1.0.4",
"fs-extra": "^8.1.0",
"glob": "^7.1.7",
"pretty-time": "^1.1.0",
"realm-utils": "^1.0.9"
},
"devDependencies": {
"@berun/dev-scripts": "^7.3.6"
},
"peerDependencies": {}
}