You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
974 B
36 lines
974 B
{
|
|
"name": "slash-create-template",
|
|
"version": "1.0.0",
|
|
"description": "A template for slash-create",
|
|
"main": "dist/index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"sync": "slash-up sync",
|
|
"sync:dev": "slash-up sync -e development",
|
|
"start": "cd dist && node index.js",
|
|
"build": "tsc",
|
|
"lint": "eslint --ext .ts ./src",
|
|
"lint:fix": "eslint --ext .ts ./src --fix"
|
|
},
|
|
"dependencies": {
|
|
"@resvg/resvg-js": "^2.6.2",
|
|
"dotenv": "^16.4.5",
|
|
"fastify": "^4.26.2",
|
|
"jsdom": "^24.0.0",
|
|
"slash-create": "^6.1.3",
|
|
"sharp": "^0.33.3",
|
|
"yaml": "^2.4.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^16.18.96",
|
|
"@types/jsdom": "^21.1.6",
|
|
"@typescript-eslint/eslint-plugin": "^7.8.0",
|
|
"@typescript-eslint/parser": "^7.8.0",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-prettier": "^5.1.3",
|
|
"prettier": "^3.2.5",
|
|
"slash-up": "^1.4.2",
|
|
"typescript": "^5.4.5"
|
|
}
|
|
}
|
|
|