1 | {
|
2 | "name": "@aws-amplify/data-schema-types",
|
3 | "version": "0.7.17",
|
4 | "license": "Apache-2.0",
|
5 | "main": "./lib-esm/index.d.ts",
|
6 | "types": "./lib-esm/index.d.ts",
|
7 | "react-native": "./src/index.ts",
|
8 | "typesVersions": {
|
9 | "<5": {
|
10 | "lib-esm/index.d.ts": [
|
11 | "lib-esm/index.v3.d.ts"
|
12 | ]
|
13 | }
|
14 | },
|
15 | "scripts": {
|
16 | "build": "npm run build:esm",
|
17 | "build:esm": "npm run clean && tsc -p ./tsconfig.json",
|
18 | "build:esm:watch": "npm run build:esm -- --watch",
|
19 | "clean": "rimraf lib-esm tsconfig.tsbuildinfo",
|
20 | "docs": "api-extractor run && api-documenter markdown --input-folder temp --output-folder docs",
|
21 | "docs:temp": "api-extractor run && api-documenter markdown --input-folder temp --output-folder temp/docs",
|
22 | "check-api": "rimraf temp && npm run docs:temp && node ../../scripts/shallow-dir-diff.js docs temp/docs",
|
23 | "test": "echo \"No tests\"",
|
24 | "lint": "eslint ."
|
25 | },
|
26 | "devDependencies": {
|
27 | "typescript": "^5.1.6"
|
28 | },
|
29 | "files": [
|
30 | "src",
|
31 | "lib-esm/**",
|
32 | "package.json"
|
33 | ],
|
34 | "dependencies": {
|
35 | "rxjs": "^7.8.1",
|
36 | "@aws-amplify/plugin-types": "^0.9.0-beta.1"
|
37 | }
|
38 | }
|