-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
38 lines (38 loc) · 994 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
38
{
"name": "prime.js",
"version": "1.7.0",
"description": "Internal javascript library used by Inversoft",
"license": "Apache-2.0",
"devDependencies": {
"@babel/core": "^7.16.7",
"@babel/preset-env": "^7.16.8",
"@types/chai": "^4.3.0",
"@types/gulp": "^4.0.9",
"@types/mocha": "^9.0.0",
"async": "^3.2.3",
"chai": "^4.3.6",
"eslint": "^8.6.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-rename": "^2.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"gulp-uglify-es": "^2.0.0",
"karma": "^6.3.17",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^3.1.0",
"karma-mocha": "^2.0.1",
"karma-mocha-reporter": "^2.2.3",
"mocha": "^9.2.1",
"puppeteer": "^13.4.1",
"rollup": "^1.32.1"
},
"scripts": {
"test": "./node_modules/karma/bin/karma start --single-run"
},
"dependencies": {
"playright": "^0.0.22"
}
}