napi-rs/package.json

102 lines
3 KiB
JSON
Raw Normal View History

2018-04-28 17:26:38 +09:00
{
"name": "napi-rs",
"version": "0.0.0",
2018-05-01 15:17:51 +09:00
"description": "A minimal library for building compiled Node add-ons in Rust.",
2021-12-10 17:55:55 +09:00
"workspaces": [
2022-01-24 12:33:51 +09:00
"bench",
2021-12-10 17:55:55 +09:00
"cli",
2024-01-17 00:28:40 +09:00
"wasm-runtime",
2021-12-10 17:55:55 +09:00
"triples",
"memory-testing",
2022-01-24 12:33:51 +09:00
"examples/napi",
"examples/napi-compat-mode",
2023-07-17 15:56:02 +09:00
"examples/binary"
2021-12-10 17:55:55 +09:00
],
2018-04-28 17:26:38 +09:00
"repository": {
"type": "git",
"url": "git@github.com:napi-rs/napi-rs.git"
2018-04-28 17:26:38 +09:00
},
"license": "MIT",
"scripts": {
"bench": "cross-env TS_NODE_PROJECT='./bench/tsconfig.json' node -r ts-node/register/transpile-only bench/bench.ts",
"build": "lerna run build --scope '@napi-rs/*'",
2022-01-24 12:33:51 +09:00
"build:bench": "yarn workspace bench build",
"build:memory": "yarn workspace memory-testing build",
2023-07-17 15:56:02 +09:00
"build:test": "lerna run build --stream --concurrency 1 --scope=\"@examples/*\"",
2022-02-10 20:00:38 +09:00
"format": "run-p format:prettier format:rs format:toml",
2021-12-10 17:55:55 +09:00
"format:prettier": "prettier . -w",
"format:rs": "cargo fmt",
2022-02-10 20:00:38 +09:00
"format:toml": "taplo format",
2021-05-28 19:50:16 +09:00
"lint": "eslint -c .eslintrc.yml .",
"test": "lerna run test --concurrency=1 --ignore @napi-rs/cli",
"test:bun": "bun test examples/napi/__tests__/values.spec.ts",
"test:cli": "yarn workspace @napi-rs/cli test",
"test:electron": "electron examples/napi/electron.cjs",
"test:macro": "cargo test -p napi-examples",
2021-05-28 19:50:16 +09:00
"test:memory": "node memory-testing/index.mjs",
2021-02-22 16:39:50 +09:00
"postinstall": "husky install",
2023-04-06 15:35:56 +09:00
"prepublish": "yarn build"
},
2018-04-28 17:26:38 +09:00
"bugs": {
2020-07-16 13:43:09 +09:00
"url": "https://github.com/napi-rs/napi-rs/issues"
2018-04-28 17:26:38 +09:00
},
2020-07-16 13:43:09 +09:00
"homepage": "https://github.com/napi-rs/napi-rs#readme",
2018-04-28 17:26:38 +09:00
"prettier": {
"printWidth": 80,
"semi": false,
"singleQuote": true,
"trailingComma": "all",
2018-07-23 11:18:56 +09:00
"arrowParens": "always"
2018-05-01 15:17:51 +09:00
},
"lint-staged": {
2022-01-24 12:33:51 +09:00
"*.@(js|ts)": [
"eslint --fix"
],
"*.@(js||ts|json|md|yml|yaml)": [
2021-12-10 17:55:55 +09:00
"prettier --write"
2022-02-10 20:00:38 +09:00
],
"*.toml": [
"taplo format"
],
"*.rs": [
"cargo fmt --"
2021-12-10 17:55:55 +09:00
]
},
2018-05-01 15:17:51 +09:00
"devDependencies": {
"@napi-rs/cli": "workspace:*",
2022-10-24 00:03:18 +09:00
"@taplo/cli": "^0.5.2",
"@types/debug": "^4.1.12",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.10.3",
"@types/sinon": "^17.0.2",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"ava": "^6.0.0",
"bun-types": "^1.0.15",
chore(deps): update dependency c8 to v9 (#1889) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [c8](https://togithub.com/bcoe/c8) | [`^8.0.1` -> `^9.0.0`](https://renovatebot.com/diffs/npm/c8/8.0.1/9.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/c8/9.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/c8/9.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/c8/8.0.1/9.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/c8/8.0.1/9.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>bcoe/c8 (c8)</summary> ### [`v9.0.0`](https://togithub.com/bcoe/c8/blob/HEAD/CHANGELOG.md#900-2024-01-03) [Compare Source](https://togithub.com/bcoe/c8/compare/v8.0.1...v9.0.0) ##### ⚠ BREAKING CHANGES - **build:** minimum Node.js version is now 14.14.0 ##### Features - **build:** minimum Node.js version is now 14.14.0 ([2cdc86b](https://togithub.com/bcoe/c8/commit/2cdc86bd0ac67ecf0f700212dc5f8a830ff9164f)) - **deps:** update foreground-child to promise API ([#&#8203;512](https://togithub.com/bcoe/c8/issues/512)) ([b46b640](https://togithub.com/bcoe/c8/commit/b46b6401274488db5b1027a78090257095ae4f72)) - **deps:** use Node.js built in rm ([2cdc86b](https://togithub.com/bcoe/c8/commit/2cdc86bd0ac67ecf0f700212dc5f8a830ff9164f)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/napi-rs/napi-rs). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjEwMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
2024-01-04 12:49:50 +09:00
"c8": "^9.0.0",
"cross-env": "^7.0.3",
"electron": "^28.0.0",
"esbuild": "^0.19.8",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
2023-11-02 21:10:08 +09:00
"eslint-plugin-import": "^2.29.0",
"husky": "^9.0.0",
"lerna": "^8.0.0",
"lint-staged": "^15.2.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.1.0",
2024-01-17 00:28:40 +09:00
"rollup": "^4.9.5",
2022-01-24 12:33:51 +09:00
"shx": "^0.3.4",
2023-11-02 21:10:08 +09:00
"sinon": "^17.0.1",
"source-map-support": "^0.5.21",
2022-08-23 21:18:25 +09:00
"ts-node": "^10.9.1",
2023-11-02 21:10:08 +09:00
"tslib": "^2.6.2",
"typescript": "^5.3.2"
2022-01-24 12:33:51 +09:00
},
2024-01-17 00:28:40 +09:00
"packageManager": "yarn@4.0.2",
"resolutions": {
"node-inspect-extracted": "patch:node-inspect-extracted@npm%3A3.0.0#~/.yarn/patches/node-inspect-extracted-npm-3.0.0-f661b6c334.patch",
"buffer@npm:^6.0.3": "patch:buffer@npm%3A6.0.3#~/.yarn/patches/buffer-npm-6.0.3-cd90dfedfe.patch"
}
2020-12-08 12:23:26 +09:00
}