-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.02 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
{
"name": "@netcracker/qubership-apihub-compatibility-suites",
"version": "2.0.2",
"license": "Apache-2.0",
"type": "module",
"module": "./dist/index.es.js",
"main": "./dist/index.cjs.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.es.js",
"require": "./dist/index.cjs.js"
}
},
"files": [
"bin",
"dist",
"LICENSE"
],
"scripts": {
"postinstall": "node bin/generate-suite-service.js",
"build": "vite build",
"development:link": "yarn link",
"development:unlink": "yarn unlink",
"feature-start": "feature-start --featureName",
"feature-finish": "feature-finish",
"release-start": "release-start",
"release-finish": "release-finish"
},
"devDependencies": {
"tslib": "2.6.3",
"@netcracker/qubership-apihub-npm-gitflow": "1.0.13",
"@types/node": "^18.0.0",
"vite": "4.5.0",
"vite-plugin-dts": "3.6.4",
"typescript": "5.3.3"
},
"packageManager": "yarn@1.22.22"
}