|
| 1 | +{ |
| 2 | + "name": "@apify/json_schemas", |
| 3 | + "version": "0.1.0", |
| 4 | + "description": "Publicly available JSON schemas for Apify platform", |
| 5 | + "main": "./dist/cjs/index.cjs", |
| 6 | + "module": "./dist/esm/index.mjs", |
| 7 | + "typings": "./dist/cjs/index.d.ts", |
| 8 | + "exports": { |
| 9 | + ".": { |
| 10 | + "import": { |
| 11 | + "types": "./dist/esm/index.d.mts", |
| 12 | + "default": "./dist/esm/index.mjs" |
| 13 | + }, |
| 14 | + "require": { |
| 15 | + "types": "./dist/cjs/index.d.ts", |
| 16 | + "default": "./dist/cjs/index.cjs" |
| 17 | + } |
| 18 | + } |
| 19 | + }, |
| 20 | + "keywords": [ |
| 21 | + "apify", |
| 22 | + "json-schema" |
| 23 | + ], |
| 24 | + "author": { |
| 25 | + "name": "Apify", |
| 26 | + |
| 27 | + "url": "https://apify.com" |
| 28 | + }, |
| 29 | + "license": "Apache-2.0", |
| 30 | + "repository": { |
| 31 | + "type": "git", |
| 32 | + "url": "git+https://github.com/apify/apify-shared-js" |
| 33 | + }, |
| 34 | + "bugs": { |
| 35 | + "url": "https://github.com/apify/apify-shared-js/issues" |
| 36 | + }, |
| 37 | + "homepage": "https://apify.com", |
| 38 | + "scripts": { |
| 39 | + "build": "npm run clean && npm run build-schemas && npm run compile && npm run copy", |
| 40 | + "clean": "rimraf ./dist", |
| 41 | + "compile": "tsup", |
| 42 | + "build-schemas": "ts-node scripts/build-schemas.ts", |
| 43 | + "copy": "ts-node -T ../../scripts/copy.ts" |
| 44 | + }, |
| 45 | + "publishConfig": { |
| 46 | + "access": "public" |
| 47 | + }, |
| 48 | + "dependencies": { |
| 49 | + "@apify/consts": "^2.44.1", |
| 50 | + "ajv": "^8.17.1" |
| 51 | + } |
| 52 | +} |
0 commit comments