-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 975 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
31
32
33
34
35
36
37
{
"name": "netsuite-typescript-sdf",
"displayName": "NetSuite TypeScript SDF Project Template",
"description": "NetSuite TypeScript SDF Project Template",
"keywords": [
"netsuite",
"sdf",
"suitescript",
"typescript"
],
"author": {
"name": "Matthew Plant",
"url": "https://github.com/mattplant"
},
"repository": {
"type": "git",
"url": "https://github.com/mattplant/netsuite-typescript-sdf"
},
"version": "1.3.0",
"license": "MIT",
"scripts": {
"lint": "npx eslint . --ext .js --ext .ts",
"test": "jest"
},
"devDependencies": {
"@hitc/netsuite-types": "^2022.2.14",
"@oracle/suitecloud-unit-testing": "^1.2.1",
"@typescript-eslint/eslint-plugin": "^5.35.1",
"@typescript-eslint/parser": "^5.35.1",
"eslint": "^8.22.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-suitescript": "^1.2.1",
"jest": "^29.3.1",
"prettier": "^2.8.1",
"typescript": "^4.8.2"
}
}