2021-01-30 18:15:47 +03:00
|
|
|
{
|
|
|
|
"name": "@tauri-apps/api",
|
2021-05-11 22:20:35 +03:00
|
|
|
"version": "1.0.0-beta.0",
|
2021-01-30 18:15:47 +03:00
|
|
|
"description": "Tauri API definitions",
|
2021-04-22 21:39:59 +03:00
|
|
|
"type": "module",
|
2021-01-30 18:15:47 +03:00
|
|
|
"funding": {
|
|
|
|
"type": "opencollective",
|
|
|
|
"url": "https://opencollective.com/tauri"
|
|
|
|
},
|
2021-05-12 20:56:14 +03:00
|
|
|
"exports": {
|
|
|
|
"./package.json": "./package.json"
|
|
|
|
},
|
2021-01-30 18:15:47 +03:00
|
|
|
"scripts": {
|
2021-04-23 05:16:53 +03:00
|
|
|
"build": "rimraf ./dist && rollup -c --silent && node ./scripts/after-build.cjs",
|
2021-04-19 06:31:12 +03:00
|
|
|
"npm-pack": "yarn build && cd ./dist && npm pack",
|
|
|
|
"npm-publish": "yarn build && cd ./dist && yarn publish --access public --loglevel silly",
|
2021-01-30 18:15:47 +03:00
|
|
|
"lint": "eslint --ext ts \"./src/**/*.ts\"",
|
|
|
|
"lint-fix": "eslint --fix --ext ts \"./src/**/*.ts\"",
|
|
|
|
"lint:lockfile": "lockfile-lint --path yarn.lock --type yarn --validate-https --allowed-hosts npm yarn",
|
|
|
|
"format": "prettier --write --end-of-line=auto \"./**/*.{js,jsx,ts,tsx,html,css,json}\" --ignore-path .gitignore",
|
|
|
|
"format:check": "prettier --check --end-of-line=auto \"./**/*.{js,jsx,ts,tsx,html,css,json}\" --ignore-path .gitignore"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/tauri-apps/tauri.git"
|
|
|
|
},
|
|
|
|
"contributors": [
|
2021-05-10 21:39:24 +03:00
|
|
|
"Tauri Programme within The Commons Conservancy"
|
2021-01-30 18:15:47 +03:00
|
|
|
],
|
2021-04-11 01:09:09 +03:00
|
|
|
"license": "Apache-2.0 OR MIT",
|
2021-01-30 18:15:47 +03:00
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/tauri-apps/tauri/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/tauri-apps/tauri#readme",
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
|
|
|
"engines": {
|
2021-04-21 17:50:24 +03:00
|
|
|
"node": ">= 12.13.0",
|
2021-01-30 18:15:47 +03:00
|
|
|
"npm": ">= 6.6.0",
|
|
|
|
"yarn": ">= 1.19.1"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-05-12 21:46:39 +03:00
|
|
|
"@babel/core": "7.14.2",
|
|
|
|
"@babel/preset-env": "7.14.2",
|
2021-02-24 21:03:32 +03:00
|
|
|
"@babel/preset-typescript": "7.13.0",
|
2021-02-18 01:52:07 +03:00
|
|
|
"@rollup/plugin-babel": "5.3.0",
|
2021-05-08 01:52:20 +03:00
|
|
|
"@rollup/plugin-commonjs": "19.0.0",
|
2021-05-05 15:53:36 +03:00
|
|
|
"@rollup/plugin-node-resolve": "13.0.0",
|
2021-01-30 18:15:47 +03:00
|
|
|
"@rollup/plugin-sucrase": "3.1.0",
|
2021-03-31 07:14:33 +03:00
|
|
|
"@rollup/plugin-typescript": "8.2.1",
|
2021-05-12 15:49:43 +03:00
|
|
|
"@typescript-eslint/eslint-plugin": "4.23.0",
|
|
|
|
"@typescript-eslint/parser": "4.23.0",
|
|
|
|
"eslint": "7.26.0",
|
2021-04-29 00:23:31 +03:00
|
|
|
"eslint-config-prettier": "8.3.0",
|
2021-02-04 00:32:18 +03:00
|
|
|
"eslint-config-standard-with-typescript": "20.0.0",
|
2021-01-30 18:15:47 +03:00
|
|
|
"eslint-plugin-import": "2.22.1",
|
|
|
|
"eslint-plugin-node": "11.1.0",
|
2021-04-29 00:22:16 +03:00
|
|
|
"eslint-plugin-promise": "5.1.0",
|
2021-01-30 18:15:47 +03:00
|
|
|
"eslint-plugin-security": "1.4.0",
|
2021-03-08 03:58:05 +03:00
|
|
|
"lockfile-lint": "4.6.2",
|
2021-05-12 15:49:43 +03:00
|
|
|
"prettier": "2.3.0",
|
2021-02-18 01:52:07 +03:00
|
|
|
"regenerator-runtime": "0.13.7",
|
2021-01-30 18:15:47 +03:00
|
|
|
"rimraf": "3.0.2",
|
2021-05-05 08:40:45 +03:00
|
|
|
"rollup": "2.47.0",
|
2021-01-30 18:15:47 +03:00
|
|
|
"rollup-plugin-terser": "7.0.2",
|
2021-04-08 15:36:57 +03:00
|
|
|
"tslib": "2.2.0",
|
2021-04-29 01:50:54 +03:00
|
|
|
"typedoc": "0.20.36",
|
2021-05-12 15:49:43 +03:00
|
|
|
"typedoc-plugin-markdown": "3.8.1",
|
2021-04-08 15:36:57 +03:00
|
|
|
"typescript": "4.2.4"
|
2021-01-30 18:15:47 +03:00
|
|
|
}
|
|
|
|
}
|