-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.32 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
44
45
46
{
"name": "flipss-common-types",
"version": "1.0.55",
"description": "Common types for FlipSs projects",
"scripts": {
"test": "karma start karma.config.js",
"build": "webpack --config webpack.config.js",
"update-package-version": "npm version patch",
"npm-publish": "npm run test && npm run update-package-version && npm run build && cd dist && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FlipSs/flipss-common-types.git"
},
"keywords": [
"flipss",
"typescript"
],
"author": "Pavel Eroshkin",
"license": "MIT",
"bugs": {
"url": "https://github.com/FlipSs/flipss-common-types/issues"
},
"homepage": "https://github.com/FlipSs/flipss-common-types#readme",
"peerDependencies": {
"tslib": "^1.11.1"
},
"devDependencies": {
"@types/jasmine": "^3.5.10",
"@types/node": "^13.13.4",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.1.1",
"jasmine-core": "^3.5.0",
"jasmine-spec-reporter": "^5.0.2",
"karma": "^5.0.4",
"karma-chrome-launcher": "^3.1.0",
"karma-jasmine": "^3.1.1",
"karma-jasmine-html-reporter": "^1.5.3",
"karma-typescript": "^5.0.2",
"karma-webpack": "^4.0.2",
"ts-loader": "^7.0.2",
"typescript": "^3.8.3",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
}
}