@premieroctet/next-admin-json-schema
Version:
JSON Schema helpers for Next-Admin
42 lines • 949 B
JSON
{
"name": "@premieroctet/next-admin-json-schema",
"version": "0.0.1",
"description": "JSON Schema helpers for Next-Admin",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"keywords": [
"next.js",
"prisma",
"admin",
"dashboard",
"react",
"typescript"
],
"repository": {
"type": "git",
"url": "https://github.com/premieroctet/next-admin.git",
"directory": "packages/json-schema"
},
"bugs": {
"url": "https://github.com/premieroctet/next-admin/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/premieroctet/next-admin/blob/main/LICENSE"
}
],
"devDependencies": {
"@types/json-schema": "^7.0.15",
"eslint": "^7.32.0",
"typescript": "^5.6.2",
"eslint-config-custom": "0.0.0",
"tsconfig": "0.0.0"
},
"scripts": {
"build": "tsc",
"dev": "tsc -w",
"typecheck": "tsc --noEmit",
"clean": "rm -rf dist"
}
}