@realm/babel-plugin
Version:
Babel plugin making it easier to declare your Realm schema
53 lines (52 loc) • 1.13 kB
JSON
{
"name": "@realm/babel-plugin",
"version": "0.2.0",
"description": "Babel plugin making it easier to declare your Realm schema",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"bundle": "wireit",
"test": "wireit"
},
"wireit": {
"bundle": {
"command": "tsc -p tsconfig.build.json",
"files": [
"tsconfig.build.json",
"tsconfig.json",
"src"
],
"output": [
"dist"
]
},
"test": {
"command": "jest",
"dependencies": [
"../realm:bundle"
]
}
},
"keywords": [
"realm",
"babel"
],
"author": {
"name": "MongoDB",
"email": "help@realm.io",
"url": "https://www.mongodb.com/docs/realm/"
},
"license": "apache-2.0",
"devDependencies": {
"@babel/core": "^7.21.3",
"@babel/cli": "^7.21.0",
"@babel/plugin-proposal-decorators": "^7.17.9",
"@babel/preset-typescript": "^7.16.7",
"@types/babel__core": "^7.1.19",
"@types/jest": "^27.4.1",
"jest": "^27.5.1",
"realm": "*",
"ts-jest": "^27.1.4",
"typescript": "^4.6.3"
}
}