Files
payload/package.json
Elliot DeNolf d2c2bbd711 0.3.4
2022-02-05 14:21:18 -05:00

55 lines
1.4 KiB
JSON

{
"name": "create-payload-app",
"license": "MIT",
"bin": {
"create-payload-app": "bin/cli.js"
},
"scripts": {
"build": "tsc && yarn copyfiles",
"copyfiles": "copyfiles -u 1 \"src/templates/**\" dist",
"typecheck": "tsc --noEmit",
"lint": "eslint \"src/**/*.ts\"",
"test": "jest",
"prepublish": "yarn test && yarn build"
},
"files": [
"package.json",
"dist",
"bin"
],
"dependencies": {
"@sentry/node": "^6.3.3",
"@sindresorhus/slugify": "^1.1.0",
"arg": "^5.0.0",
"chalk": "^4.1.0",
"command-exists": "^1.2.9",
"degit": "^2.8.4",
"execa": "^5.0.0",
"figures": "^3.2.0",
"fs-extra": "^9.0.1",
"ora": "^5.1.0",
"prompts": "^2.4.0",
"terminal-link": "^2.1.1"
},
"version": "0.3.4",
"devDependencies": {
"@types/command-exists": "^1.2.0",
"@types/degit": "^2.8.3",
"@types/fs-extra": "^9.0.12",
"@types/jest": "^27.0.3",
"@types/node": "^16.6.2",
"@types/prompts": "^2.4.0",
"@typescript-eslint/eslint-plugin": "^4.29.2",
"@typescript-eslint/parser": "^4.29.2",
"copyfiles": "^2.4.1",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"jest": "^27.4.5",
"prettier": "^2.3.2",
"ts-jest": "^27.1.1",
"typescript": "^4.3.5"
}
}