UNPKG

@buurman/buurman-official-task

Version:

The buurman task to generate official buurman tasks

55 lines (54 loc) 1.55 kB
{ "name": "@buurman/buurman-official-task", "version": "0.0.1-alpha.31", "description": "The buurman task to generate official buurman tasks", "keywords": [ "buurman", "buurman-monorepo", "buurman-task" ], "author": { "name": "Rik Hoffbauer", "email": "Rikhoffbauer@gmail.com" }, "homepage": "", "license": "MIT", "main": "lib/index.js", "main:ts": "src/index.ts", "types": "lib/src/index.d.ts", "directories": { "lib": "lib", "test": "test", "resourcs": "resources" }, "files": [ "lib", "resources" ], "publishConfig": { "registry": "https://registry.npmjs.org", "access": "public" }, "scripts": { "test": "echo \"Error: run test from root\" && exit 1", "clean": "rimraf lib", "prebuild": "npm run clean", "build": "rollup -c ../../../rollup.config.js", "start": "tsc --watch" }, "dependencies": { "@buurman/sdk": "^0.0.1-alpha.31", "@types/fs-extra": "^8.0.1", "@types/lodash.template": "^4.4.6", "@types/lodash.upperfirst": "^4.3.6", "@types/node": "^13.7.1", "@types/prettier": "^1.19.0", "@types/recursive-readdir": "^2.2.0", "execa": "^4.0.0", "lodash.template": "^4.5.0", "lodash.upperfirst": "^4.3.1", "prettier": "^1.19.1", "recursive-readdir": "^2.2.2" }, "gitHead": "d684739b8cdb3b204aa1af7f016f97791e019790" }