dot-plop
Version:
A simple approach to PlopJS with first class TypeScript support and a one-line plopfile
59 lines (58 loc) • 1.53 kB
JSON
{
"name": "dot-plop",
"version": "0.4.1",
"description": "A simple approach to PlopJS with first class TypeScript support and a one-line plopfile",
"keywords": [
"plopjs",
"plop",
"typescript",
"plopfile"
],
"homepage": "https://github.com/jacksteamdev/dot-plop",
"bugs": {
"url": "https://github.com/jacksteamdev/dot-plop/issues"
},
"repository": {
"type": "github",
"url": "https://github.com/jacksteamdev/dot-plop.git"
},
"author": "Jack and Amy Steam <jacksteamdev@gmail.com>",
"main": "./dist/index.js",
"types": "./types/index.d.ts",
"files": [
"dist",
"types",
"tsconfig.default.json"
],
"scripts": {
"prebuild": "rm -rf dist",
"build": "tsc",
"build:watch": "tsc -w",
"prepublishOnly": "npm run build",
"postpublish": "rm -rf node_modules package-lock.json && pnpm i",
"test": "echo no tests yet"
},
"dependencies": {
"fs-extra": "^8.1.0",
"import-cwd": "^3.0.0",
"plop": "^2.6.0",
"ts-node": "^8.6.2",
"tslib": "^1.11.1",
"typescript": "^3.8.3"
},
"devDependencies": {
"@types/fs-extra": "^8.1.0",
"@types/jest": "^25.1.3",
"@types/jest-in-case": "^1.0.1",
"@types/node": "^13.7.7",
"@types/prettier": "^1.19.0",
"@typescript-eslint/eslint-plugin": "^2.22.0",
"@typescript-eslint/parser": "^2.22.0",
"eslint": "6.8.0",
"eslint-plugin-jest": "^23.8.1",
"jest": "^25.1.0",
"npm-run-all": "^4.1.5",
"prettier": "^1.19.1",
"ts-jest": "^25.2.1"
}
}