-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.01 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
{
"name": "@finga/mp4-scan-ts",
"version": "1.0.1",
"description": "Utility to scan an MP4 files for their capabilities",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "rm -rf ./dist && webpack",
"test": "jest",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/fingerartur/mp4-scan-ts"
},
"files": [
"dist"
],
"keywords": [
"mp4",
"progressive",
"download",
"scan",
"format"
],
"author": "Artur Finger <fingerartur@gmail.com>",
"license": "MIT",
"devDependencies": {
"@finga/eslint-config": "^1.2.0",
"@types/jest": "^28.1.1",
"check-es5-webpack-plugin": "^1.0.13",
"eslint": "^8.20.0",
"fork-ts-checker-webpack-plugin": "^7.2.11",
"jest": "^28.1.0",
"jest-environment-jsdom": "^28.1.0",
"ts-jest": "^28.0.4",
"ts-loader": "^9.3.0",
"typescript": "^4.7.3",
"webpack": "^5.73.0",
"webpack-cli": "^4.9.2",
"whatwg-fetch": "^3.6.2"
}
}