strapi/tests/cli/app-template/package.json
Alexandre Bodin 92055a7fb1 chore: use rollup
chore: fetch template only if name matches name convention

chore: linting

chore: fix tests

chore: fix npm scripts

test: try to fix test
2025-01-23 16:28:23 +01:00

27 lines
607 B
JSON

{
"name": "@strapi/cli-test-app",
"version": "0.1.0",
"private": true,
"description": "E2E template application",
"license": "MIT",
"scripts": {
"build": "strapi build",
"develop": "strapi develop",
"start": "strapi start",
"strapi": "strapi"
},
"dependencies": {
"@strapi/plugin-users-permissions": "latest",
"@strapi/strapi": "latest",
"better-sqlite3": "11.3.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "6.21.1",
"styled-components": "6.1.8"
},
"engines": {
"node": ">=18.0.0 <=22.x.x",
"npm": ">=6.0.0"
}
}