69 lines
1.6 KiB
JSON
69 lines
1.6 KiB
JSON
{
|
|
"name": "@effect/sql-sqlite-react-native",
|
|
"version": "4.0.0-beta.98",
|
|
"type": "module",
|
|
"license": "MIT",
|
|
"description": "A SQLite toolkit for Effect",
|
|
"homepage": "https://effect.website",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Effect-TS/effect-smol.git",
|
|
"directory": "packages/sql/sqlite-react-native"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Effect-TS/effect-smol/issues"
|
|
},
|
|
"tags": [
|
|
"typescript",
|
|
"sql",
|
|
"database"
|
|
],
|
|
"keywords": [
|
|
"typescript",
|
|
"sql",
|
|
"database"
|
|
],
|
|
"sideEffects": [],
|
|
"exports": {
|
|
"./package.json": "./package.json",
|
|
".": "./src/index.ts",
|
|
"./*": "./src/*.ts",
|
|
"./internal/*": null,
|
|
"./*/index": null
|
|
},
|
|
"files": [
|
|
"src/**/*.ts",
|
|
"dist/**/*.js",
|
|
"dist/**/*.js.map",
|
|
"dist/**/*.d.ts",
|
|
"dist/**/*.d.ts.map"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"provenance": true,
|
|
"exports": {
|
|
"./package.json": "./package.json",
|
|
".": "./dist/index.js",
|
|
"./*": "./dist/*.js",
|
|
"./internal/*": null,
|
|
"./*/index": null
|
|
}
|
|
},
|
|
"scripts": {
|
|
"codegen": "effect-utils codegen",
|
|
"build": "tsc -b tsconfig.json && pnpm babel",
|
|
"babel": "babel dist --plugins annotate-pure-calls --out-dir dist --source-maps",
|
|
"check": "tsc -b tsconfig.json",
|
|
"test": "vitest",
|
|
"coverage": "vitest --coverage"
|
|
},
|
|
"devDependencies": {
|
|
"@op-engineering/op-sqlite": "17.1.2",
|
|
"effect": "workspace:^"
|
|
},
|
|
"peerDependencies": {
|
|
"@op-engineering/op-sqlite": "15.0.4",
|
|
"effect": "workspace:^"
|
|
}
|
|
}
|