feat(plugin-generate-js): first version
This commit is contained in:
parent
cdafd05c20
commit
ce4693d957
4 changed files with 61 additions and 0 deletions
36
packages/plugin-generate-js/package.json
Normal file
36
packages/plugin-generate-js/package.json
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
{
|
||||
"name": "@emigrate/plugin-generate-js",
|
||||
"version": "0.0.0",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"description": "An Emigrate plugin for generating new migration files in JavaScript.",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.js",
|
||||
"type": "module",
|
||||
"exports": {
|
||||
".": {
|
||||
"import": "./dist/index.js",
|
||||
"types": "./dist/index.d.ts"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tsc --pretty",
|
||||
"build:watch": "tsc --pretty --watch"
|
||||
},
|
||||
"keywords": [
|
||||
"emigrate",
|
||||
"emigrate-plugin",
|
||||
"plugin",
|
||||
"migrations",
|
||||
"generate"
|
||||
],
|
||||
"author": "Aboviq AB <dev@aboviq.com> (https://www.aboviq.com)",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@emigrate/plugin-tools": "workspace:*"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@emigrate/tsconfig": "workspace:*"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue