-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
37 lines (37 loc) · 1.08 KB
/
package-lock.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
31
32
33
34
35
36
37
{
"name": "hitc-demo-translations",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "hitc-demo-translations",
"version": "1.0.0",
"devDependencies": {
"@hitc/netsuite-types": "^2024.2.5",
"typescript": "^5.6.3"
}
},
"node_modules/@hitc/netsuite-types": {
"version": "2024.2.5",
"resolved": "https://registry.npmjs.org/@hitc/netsuite-types/-/netsuite-types-2024.2.5.tgz",
"integrity": "sha512-Kyhucp6k9lk1w2tWHIPuSfteJqoclcbRhLO/tiRC6kbjcm7toZmlQrrrefp3SjnaBwI56xhbDX8aFmmwESxAnw==",
"dev": true,
"license": "MIT"
},
"node_modules/typescript": {
"version": "5.6.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz",
"integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==",
"dev": true,
"license": "Apache-2.0",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=14.17"
}
}
}
}