Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed May 1, 2024
1 parent bc7967d commit cde60dd
Showing 1 changed file with 32 additions and 32 deletions.
64 changes: 32 additions & 32 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,55 +1,55 @@
{
"author": {
"email": "[email protected]",
"name": "🌆 — Land —",
"url": "HTTPS://Land.PlayForm.Cloud"
},
"authors": [
"Tauri Programme within The Commons Conservancy"
"name": "@tauri-apps/plugin-fs",
"version": "0.0.1",
"private": false,
"description": "Access the file system.",
"keywords": [
"land"
],
"homepage": "HTTPS://GitHub.Com/CodeEditorLand/TauriPluginFS#readme",
"bugs": {
"url": "HTTPS://GitHub.Com/CodeEditorLand/TauriPluginFS/issues"
},
"dependencies": {
"@tauri-apps/api": "2.0.0-beta.8"
"repository": {
"type": "git",
"url": "git+HTTPS://github.com/CodeEditorLand/TauriPluginFS.git"
},
"description": "Access the file system.",
"devDependencies": {
"@playform/build": "0.0.7",
"@playform/document": "0.0.6"
"license": "SEE LICENSE IN LICENSE",
"author": {
"name": "🌆 — Land —",
"email": "[email protected]",
"url": "HTTPS://Land.PlayForm.Cloud"
},
"type": "module",
"exports": {
"import": "./dist-js/index.js",
"require": "./dist-js/index.cjs",
"types": "./dist-js/index.d.ts"
},
"main": "./dist-js/index.cjs",
"module": "./dist-js/index.js",
"types": "./dist-js/index.d.ts",
"files": [
"dist-js",
"README.md",
"LICENSE"
],
"homepage": "HTTPS://GitHub.Com/CodeEditorLand/TauriPluginFS#readme",
"keywords": [
"land"
],
"license": "SEE LICENSE IN LICENSE",
"main": "./dist-js/index.cjs",
"module": "./dist-js/index.js",
"name": "@tauri-apps/plugin-fs",
"private": false,
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+HTTPS://github.com/CodeEditorLand/TauriPluginFS.git"
},
"scripts": {
"Document": "Document 'Source/**/*.ts'",
"build": "rollup -c",
"prepublishOnly": "Build 'Source/**/*.ts'"
},
"type": "module",
"types": "./dist-js/index.d.ts",
"version": "0.0.1"
"dependencies": {
"@tauri-apps/api": "2.0.0-beta.8"
},
"devDependencies": {
"@playform/build": "0.0.7",
"@playform/document": "0.0.6"
},
"publishConfig": {
"access": "public"
},
"authors": [
"Tauri Programme within The Commons Conservancy"
]
}

0 comments on commit cde60dd

Please sign in to comment.