@strapi/types
Version:
Shared typescript types for Strapi internal use
79 lines (78 loc) • 1.93 kB
JSON
{
"name": "@strapi/types",
"version": "5.7.0",
"description": "Shared typescript types for Strapi internal use",
"keywords": [
"strapi"
],
"homepage": "https://strapi.io",
"bugs": {
"url": "https://github.com/strapi/strapi/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/strapi/strapi.git"
},
"license": "SEE LICENSE IN LICENSE",
"author": {
"name": "Strapi Solutions SAS",
"email": "hi@strapi.io",
"url": "https://strapi.io"
},
"maintainers": [
{
"name": "Strapi Solutions SAS",
"email": "hi@strapi.io",
"url": "https://strapi.io"
}
],
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"source": "./src/index.ts",
"types": "./dist/index.d.ts",
"files": [
"dist/"
],
"scripts": {
"build": "pack-up build",
"clean": "run -T rimraf ./dist",
"doc:ts": "typedoc",
"doc:ts:watch": "typedoc --watch",
"lint": "run -T eslint .",
"test:ts": "run -T tsc --noEmit",
"watch": "pack-up watch"
},
"dependencies": {
"@casl/ability": "6.5.0",
"@koa/cors": "5.0.0",
"@koa/router": "12.0.2",
"@strapi/database": "5.7.0",
"@strapi/logger": "5.7.0",
"@strapi/permissions": "5.7.0",
"@strapi/utils": "5.7.0",
"commander": "8.3.0",
"koa": "2.15.2",
"koa-body": "6.0.1",
"node-schedule": "2.1.1",
"typedoc": "0.25.10",
"typedoc-github-wiki-theme": "1.1.0",
"typedoc-plugin-markdown": "3.17.1"
},
"devDependencies": {
"@strapi/pack-up": "5.0.2",
"@strapi/ts-zen": "^0.2.0",
"@types/jest": "29.5.2",
"@types/koa": "2.13.4",
"@types/koa__router": "12.0.0",
"@types/node-schedule": "2.1.7",
"eslint-config-custom": "5.7.0",
"lodash": "4.17.21",
"tsconfig": "5.7.0",
"typescript": "5.3.2",
"undici": "6.19.2"
},
"engines": {
"node": ">=18.0.0 <=22.x.x",
"npm": ">=6.0.0"
}
}