Files
directus/packages/schema/package.json
rijkvanzanten eba2576227 v9.6.0
2022-03-04 20:25:43 -05:00

55 lines
1.1 KiB
JSON

{
"name": "@directus/schema",
"version": "9.6.0",
"description": "Utility for extracting information about existing DB schema",
"main": "dist/index.js",
"exports": {
".": "./dist/index.js",
"./package.json": "./package.json"
},
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc --build && echo \"Built successfully\"",
"dev": "npm-watch build"
},
"watch": {
"build": {
"patterns": [
"src/*"
],
"extensions": "ts",
"quiet": true,
"silent": true
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/directus/directus.git"
},
"keywords": [
"sql",
"knex",
"schema",
"mysql",
"postgresql",
"cockroachdb",
"sqlite3",
"javascript"
],
"author": "Rijk van Zanten <rijkvanzanten@me.com>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/directus/directus/issues"
},
"homepage": "https://github.com/directus/directus#readme",
"devDependencies": {
"npm-watch": "0.11.0",
"typescript": "4.5.2"
},
"dependencies": {
"knex-schema-inspector": "1.7.3",
"lodash": "^4.17.21"
},
"gitHead": "24621f3934dc77eb23441331040ed13c676ceffd"
}