-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackage.json
63 lines (63 loc) · 1.59 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "netsuite-fasttrack-toolkit-ss2",
"version": "7.3.1",
"description": "Power library for NetSuite SuiteScript 2.x",
"homepage": "https://exploreconsulting.github.io/netsuite-fasttrack-toolkit-ss2/",
"main": "none",
"directories": {
"test": "tests"
},
"scripts": {
"test": "jest --config test/jest.config.json",
"prepublishOnly": "tsc; gulp; gulp declarations",
"postinstall": "node postInstall.js"
},
"author": "Explore Consulting",
"license": "MIT",
"peerDependencies": {
"typescript": ">= 4.7"
},
"devDependencies": {
"@hitc/netsuite-types": "2024.1.1",
"@oracle/suitecloud-unit-testing": "^1.5.0",
"@types/jest": "^29.5.0",
"@types/lodash": "4.14.182",
"@types/node": "^20.14.10",
"bignumber.js": "^9.1.2",
"del": "^2.2.0",
"gulp": "^4.0.2",
"gulp-copy": "4.0.1",
"gulp-debug": "^4.0.0",
"gulp-load-plugins": "^1.6.0",
"gulp-rename": "^1.4.0",
"gulp-size": "^3.0.0",
"gulp-zip": "^5.0.0",
"gulp-cli": "^3.0.0",
"immutable": "^4.3.5",
"jest": "^29.5.0",
"lodash": "4.17.21",
"merge-stream": "^1.0.0",
"moment": "^2.30.1",
"ts-jest": "^29.2.0",
"ts-node": "^10.9.2",
"typedoc": "^0.26.3",
"typescript": "^5.5.3"
},
"repository": {
"type": "git",
"url": "https://github.com/ExploreConsulting/netsuite-fasttrack-toolkit-ss2.git"
},
"engines": {
"node": ">=20"
},
"dependencies": {
"aurelia-logging": "1.5.2",
"aurelia-logging-console": "^1.1.1",
"fs-extra": "^11.2.0"
},
"files": [
"declarations",
"dist",
"postInstall.js"
]
}