{
	"name": "@atlaskit/adf-schema-generator",
	"atlassian": {
		"team": "Editor: Lego"
	},
	"version": "4.0.2",
	"description": "Generates ADF and PM schemas",
	"publishConfig": {
		"registry": "https://registry.npmjs.org/"
	},
	"repository": "https://bitbucket.org/atlassian/adf-schema",
	"author": "Atlassian Pty Ltd",
	"license": "Apache-2.0",
	"main": "dist/cjs/index.js",
	"module": "dist/esm/index.js",
	"module:es2019": "dist/es2019/index.js",
	"types": "dist/types/index.d.ts",
	"atlaskit:src": "src/index.ts",
	"scripts": {
		"clean:build": "rm -rf dist",
		"build:cjs": "NODE_ENV=production BABEL_ENV=production:node-cjs babel --config-file ../adf-schema/babel.config.js src --out-dir dist/cjs -x .ts,.tsx",
		"build:esm": "NODE_ENV=production BABEL_ENV=production:esm babel --config-file ../adf-schema/babel.config.js src -d dist/esm -x .ts,.tsx",
		"build:es2019": "NODE_ENV=production BABEL_ENV=production:es2019 babel --config-file ../adf-schema/babel.config.js src -d dist/es2019 -x .ts,.tsx",
		"build:types": "NODE_ENV=production yarn tsc --project ./build/tsconfig.json --emitDeclarationOnly --outDir ./dist/types --rootDir ./src",
		"build": "yarn clean:build && yarn build:cjs && yarn build:esm && yarn build:es2019 && yarn build:types",
		"test": "yarn test:unit",
		"test:unit": "jest --testPathPattern=adf-schema-generator/src --config=../../jest.config.js"
	},
	"dependencies": {
		"@atlaskit/editor-prosemirror": "^8.0.0",
		"@babel/runtime": "^7.0.0",
		"lodash": "^4.17.21"
	},
	"devDependencies": {
		"@babel/cli": "^7.20.0",
		"@types/json-schema": "^7.0.15",
		"@types/lodash": "^4.14.157",
		"typescript": "npm:@typescript/typescript6@^6.0.2"
	}
}
