2021-08-21 11:17:49 +03:00
|
|
|
{
|
|
|
|
"name": "@rnx-kit/tools-node",
|
2023-04-21 14:55:34 +03:00
|
|
|
"version": "2.0.0",
|
2021-08-21 11:17:49 +03:00
|
|
|
"description": "A collection of supplemental NodeJS functions and types",
|
|
|
|
"homepage": "https://github.com/microsoft/rnx-kit/tree/main/packages/tools-node#readme",
|
|
|
|
"license": "MIT",
|
|
|
|
"files": [
|
|
|
|
"lib/*",
|
|
|
|
"module.d.ts",
|
2023-04-18 13:19:15 +03:00
|
|
|
"module.js",
|
2021-08-21 11:17:49 +03:00
|
|
|
"package.d.ts",
|
2023-04-18 13:19:15 +03:00
|
|
|
"package.js",
|
|
|
|
"path.d.ts",
|
|
|
|
"path.js"
|
2021-08-21 11:17:49 +03:00
|
|
|
],
|
|
|
|
"main": "lib/index.js",
|
2021-11-01 16:37:36 +03:00
|
|
|
"types": "lib/index.d.ts",
|
2021-08-21 11:17:49 +03:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/microsoft/rnx-kit",
|
|
|
|
"directory": "packages/tools-node"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"build": "rnx-kit-scripts build",
|
|
|
|
"format": "rnx-kit-scripts format",
|
|
|
|
"lint": "rnx-kit-scripts lint",
|
2021-08-31 09:53:08 +03:00
|
|
|
"test": "rnx-kit-scripts test",
|
|
|
|
"update-readme": "rnx-kit-scripts update-api-readme"
|
2021-08-21 11:17:49 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-04-21 14:55:34 +03:00
|
|
|
"@rnx-kit/tools-language": "^2.0.0",
|
2021-08-21 11:17:49 +03:00
|
|
|
"find-up": "^5.0.0",
|
|
|
|
"pkg-dir": "^5.0.0",
|
|
|
|
"pkg-up": "^3.1.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-11-09 22:21:15 +03:00
|
|
|
"@rnx-kit/scripts": "*",
|
2023-06-06 13:02:52 +03:00
|
|
|
"@types/node": "^18.0.0",
|
2023-02-13 14:05:27 +03:00
|
|
|
"eslint": "^8.0.0",
|
2023-06-13 12:23:35 +03:00
|
|
|
"jest": "^29.2.1",
|
2023-02-13 14:05:27 +03:00
|
|
|
"prettier": "^2.8.0",
|
2023-03-20 12:26:35 +03:00
|
|
|
"typescript": "^5.0.0"
|
2021-08-21 11:17:49 +03:00
|
|
|
},
|
|
|
|
"eslintConfig": {
|
|
|
|
"extends": "@rnx-kit/eslint-config"
|
|
|
|
},
|
|
|
|
"jest": {
|
2023-01-17 18:05:08 +03:00
|
|
|
"preset": "@rnx-kit/scripts"
|
2021-08-21 11:17:49 +03:00
|
|
|
}
|
|
|
|
}
|