forked from ExploreConsulting/netsuite-fasttrack-toolkit-ss2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.53 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
{
"name": "netsuite-fasttrack-toolkit-ss2",
"version": "7.2.0",
"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": "2022.1.8",
"@types/jest": "^29.5.0",
"@types/lodash": "4.14.182",
"@types/node": "^12.20.15",
"bignumber.js": "^9.0.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",
"immutable": "^4.3.0",
"jest": "^29.5.0",
"lodash": "4.17.21",
"merge-stream": "^1.0.0",
"moment": "^2.24.0",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"typedoc": "^0.24.1",
"typescript": "^5.0.4"
},
"repository": {
"type": "git",
"url": "https://github.com/ExploreConsulting/netsuite-fasttrack-toolkit-ss2.git"
},
"engines": {
"node": ">=12.0.0"
},
"dependencies": {
"aurelia-logging": "1.5.2",
"aurelia-logging-console": "^1.1.1",
"fs-extra": "^11.1.1"
},
"files": [
"declarations",
"dist",
"postInstall.js"
]
}