You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

69 lines
2.0 KiB

{
"name": "@ldo/svelte",
"version": "1.0.0-alpha.9",
"description": "A Svelte library for LDO.",
"main": "dist/index.js",
"module": "dist/index.mjs",
"svelte": "src/index.ts",
"types": "dist/index.d.ts",
"type": "module",
"scripts": {
"dev": "vite --config vite.config.example.ts",
"build": "rimraf dist && vite build",
"build:example": "vite build --config vite.config.example.ts example",
"test": "jest",
"test:watch": "jest --watch",
"lint": "eslint . --ext .js,.ts,.svelte --fix --no-error-on-unmatched-pattern",
"format": "prettier --write .",
"prepublishOnly": "npm run test && npm run lint && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/o-development/ldo.git"
},
"author": "Jackson Morgan",
"license": "MIT",
"bugs": {
"url": "https://github.com/o-development/ldo/issues"
},
"homepage": "https://github.com/o-development/ldo/tree/main/packages/svelte#readme",
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.5.3",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/svelte": "^5.2.7",
"@tsconfig/svelte": "^5.0.4",
"@types/jest": "^29.5.14",
"eslint-plugin-svelte3": "^4.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"rimraf": "^5.0.10",
"svelte": "^3.59.2",
"svelte-jester": "^5.0.0",
"svelte-preprocess": "^5.1.4",
"ts-jest": "^29.3.2",
"ts-node": "^10.9.2",
"tslib": "^2.8.1",
"typescript": "^5.8.3",
"vite": "^4.5.0",
"vite-plugin-dts": "^3.8.1"
},
"peerDependencies": {
"svelte": "^3.50.0"
},
"dependencies": {
"@ldo/connected": "^1.0.0-alpha.9",
"@ldo/jsonld-dataset-proxy": "^1.0.0-alpha.9",
"@ldo/ldo": "^1.0.0-alpha.9",
"@ldo/rdf-utils": "^1.0.0-alpha.9",
"@ldo/subscribable-dataset": "^1.0.0-alpha.9",
"@rdfjs/data-model": "^1.2.0"
},
"files": [
"dist",
"src"
],
"publishConfig": {
"access": "public"
},
"gitHead": "0287cd6371f06630763568dec5e41653f7b8583e"
}