Initial release
This commit is contained in:
54
package.json
54
package.json
@@ -1,4 +1,54 @@
|
||||
{
|
||||
"name": "express-twtkpr-upload-button",
|
||||
"packageManager": "yarn@4.9.2"
|
||||
"name": "express-twtkpr-core-plugins",
|
||||
"version": "0.9.0",
|
||||
"description": "A library of plugins that enhance TwtKpr installs (made with the `express-twtkpr` package).",
|
||||
"license": "MIT",
|
||||
"author": {
|
||||
"name": "Eric Woodward",
|
||||
"email": "hey@itsericwoodward.com",
|
||||
"url": "https://www.itsericwoodward.com"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://git.itsericwoodward.com/eric/express-twtkpr-core-plugins"
|
||||
},
|
||||
"packageManager": "yarn@4.14.1",
|
||||
"type": "module",
|
||||
"main": "./dist/src/index.js",
|
||||
"module": "./dist/src/index.js",
|
||||
"types": "./dist/src/index.d.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"import": "./dist/src/index.js"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsc && rsync -avm --include '*/' --include '*/client/*.*' --exclude '*' src/ dist/src",
|
||||
"lint": "eslint --fix src test",
|
||||
"prepublishOnly": "yarn build",
|
||||
"test": "vitest",
|
||||
"typecheck": "tsc --noEmit"
|
||||
},
|
||||
"dependencies": {
|
||||
"debug": "^4.4.3",
|
||||
"express": "^5.2.1",
|
||||
"express-twtkpr": "^0.9.0",
|
||||
"formidable": "^3.5.4",
|
||||
"sharp": "^0.34.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/debug": "^4.1.13",
|
||||
"@types/express": "^5.0.6",
|
||||
"@types/formidable": "^3.5.1",
|
||||
"eslint": "^10.3.0",
|
||||
"eslint-config-prettier": "^10.1.8",
|
||||
"eslint-plugin-prettier": "^5.5.5",
|
||||
"eslint-plugin-security": "^4.0.0",
|
||||
"prettier": "^3.8.3",
|
||||
"typescript": "^6.0.3",
|
||||
"vitest": "^4.1.5"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user