forked from headintheclouddev/typings-suitescript-2.0
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1.12 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
{
"name": "@hitc/netsuite-types",
"description": "TypeScript typings for SuiteScript 2.0",
"scripts": {
"cleanup": "node -e \"var shelljs = require('shelljs'); shelljs.config.silent = true; shelljs.rm('spec/*.js');\"",
"pretest": "npm run cleanup",
"test": "npx tsc && node node_modules/typescript/bin/tsc -p spec/specs_specs_tsconfig.json && node node_modules/jasmine/bin/jasmine.js",
"posttest": "npm run cleanup"
},
"homepage": "https://github.com/headintheclouddev/typings-suitescript-2.0",
"version": "2023.1.9",
"author": "Head in the Cloud Development <[email protected]> (www.headintheclouddev.com)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/headintheclouddev/typings-suitescript-2.0.git"
},
"devDependencies": {
"@types/esprima": "^4.0.2",
"@types/jasmine": "^3.6.9",
"@types/node": "^14.14.37",
"@types/shelljs": "^0.8.8",
"esprima": "^4.0.1",
"jasmine": "^3.7.0",
"shelljs": "^0.8.4",
"tsd": "^0.24.1",
"typescript": "^4.2.4"
},
"keywords": [
"netsuite",
"suitescript",
"typescript"
]
}