@buurman/prettier
Version:
The buurman prettier task
39 lines (38 loc) • 1 kB
JSON
{
"name": "@buurman/prettier",
"version": "0.0.1-alpha.31",
"description": "The buurman prettier task",
"keywords": [
"prettier",
"buurman-task"
],
"author": "Rik Hoffbauer <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"
},
"files": [
"lib"
],
"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/node": "^13.7.1"
},
"gitHead": "d684739b8cdb3b204aa1af7f016f97791e019790"
}