44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"name": "@emigrate/types",
|
|
"version": "0.12.1",
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"provenance": true
|
|
},
|
|
"description": "Common Emigrate TypeScript types to ease plugin development.",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.js",
|
|
"type": "module",
|
|
"exports": {
|
|
".": {
|
|
"import": "./dist/index.js",
|
|
"types": "./dist/index.d.ts"
|
|
}
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"!dist/*.tsbuildinfo"
|
|
],
|
|
"scripts": {
|
|
"build": "tsc --pretty",
|
|
"build:watch": "tsc --pretty --watch",
|
|
"lint": "xo --cwd=../.. $(pwd)"
|
|
},
|
|
"keywords": [
|
|
"emigrate",
|
|
"typescript",
|
|
"migrations",
|
|
"types"
|
|
],
|
|
"author": "Aboviq AB <dev@aboviq.com> (https://www.aboviq.com)",
|
|
"homepage": "https://github.com/aboviq/emigrate/tree/main/packages/types#readme",
|
|
"repository": "https://github.com/aboviq/emigrate/tree/main/packages/types",
|
|
"bugs": "https://github.com/aboviq/emigrate/issues",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@emigrate/tsconfig": "workspace:*"
|
|
},
|
|
"volta": {
|
|
"extends": "../../package.json"
|
|
}
|
|
}
|