-
Notifications
You must be signed in to change notification settings - Fork 602
/
package.json
30 lines (30 loc) · 919 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "@rushstack/localization-utilities",
"version": "0.12.12",
"description": "This plugin contains some useful functions for localization.",
"main": "lib/index.js",
"typings": "dist/localization-utilities.d.ts",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/rushstack.git",
"directory": "libraries/localization-utilities"
},
"scripts": {
"build": "heft build --clean",
"_phase:build": "heft run --only build -- --clean",
"_phase:test": "heft run --only test -- --clean"
},
"dependencies": {
"@rushstack/node-core-library": "workspace:*",
"@rushstack/terminal": "workspace:*",
"@rushstack/typings-generator": "workspace:*",
"pseudolocale": "~1.1.0",
"xmldoc": "~1.1.2"
},
"devDependencies": {
"@rushstack/heft": "workspace:*",
"@types/xmldoc": "1.1.4",
"local-node-rig": "workspace:*"
}
}