UNPKG

1.17 kBJSONView Raw
1{
2 "name": "@pixeloven/tasks",
3 "version": "6.0.0-alpha.2",
4 "description": "Common tasks used during development of PixelOven",
5 "bin": {
6 "pixeloven-tasks": "./bin/task.bash"
7 },
8 "homepage": "https://github.com/pixeloven/pixeloven",
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/pixeloven/pixeloven.git"
12 },
13 "author": "Brian Gebel",
14 "license": "MIT",
15 "publishConfig": {
16 "access": "public"
17 },
18 "dependencies": {
19 "@types/jest": "24.0.11",
20 "@types/node": "10.14.4",
21 "jest": "24.5.0",
22 "jest-config": "24.5.0",
23 "jest-haste-map": "24.5.0",
24 "jest-resolve": "24.5.0",
25 "prettier": "1.16.4",
26 "rimraf": "2.6.3",
27 "stylelint": "9.10.1",
28 "stylelint-config-recommended-scss": "3.2.0",
29 "stylelint-scss": "3.5.4",
30 "ts-jest": "24.0.1",
31 "tslint": "5.14.0",
32 "tslint-config-prettier": "1.18.0",
33 "tslint-eslint-rules": "5.4.0",
34 "tslint-react": "4.0.0",
35 "typedoc": "0.14.2",
36 "typescript": "3.4.1"
37 },
38 "devDependencies": {
39 "@types/sinon": "7.0.11",
40 "sinon": "7.3.1",
41 "ts-mockito": "2.3.1"
42 },
43 "gitHead": "b6a7317750c9b25d58ecbd134b44c26cdcbda5e9"
44}