@buurman-tasks/buurman-monorepo-task
Version:
The buurman task to generate official buurman tasks
53 lines (52 loc) • 1.51 kB
JSON
{
"name": "@buurman-tasks/buurman-monorepo-task",
"version": "0.1.0",
"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": "jest -c ../../../jest.config.json --testMatch './**/*.spec.ts' --rootDir '.'",
"clean": "rimraf lib",
"prebuild": "npm run clean",
"build": "rollup -c ../../../rollup.config.js",
"start": "rollup -w -c ../../../rollup.config.js"
},
"dependencies": {
"@buurman/sdk": "^0.1.0",
"@types/fs-extra": "^8.0.1",
"@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.upperfirst": "^4.3.1",
"prettier": "^1.19.1",
"recursive-readdir": "^2.2.2"
},
"gitHead": "ef53d5590176d46091ca4b3a67c2effa9e37c6bd"
}