UNPKG

2.77 kBJSONView Raw
1{
2 "name": "@tremorvideo/blink-cli",
3 "version": "2.6.7",
4 "release": "DwarfWillow.9",
5 "vastInspectorVersion": "v7.2.1",
6 "starterKitVersion": "v5.1.1",
7 "blinkComponentsVersion": "v2.1.46",
8 "blinkSnippetsVersion": "v3.1.4",
9 "adFormatsMinimumSupported": {
10 "nodeVersion": "8.3.0",
11 "accBuild": "20.0",
12 "accVersion": "2020"
13 },
14 "bin": {
15 "blink": "./bin/index.js"
16 },
17 "preferGlobal": true,
18 "description": "Release DwarfWillow",
19 "main": "index.js",
20 "scripts": {
21 "fixtures": "node ./src/fixtures.js",
22 "generate-fixtures": "npm run fixtures -- generate",
23 "clean-fixtures": "npm run fixtures -- clean",
24 "lint": "./node_modules/.bin/standard",
25 "test": "npm run clean-fixtures && npm run generate-fixtures && npm run lint && jest --watch",
26 "test-production": "jest"
27 },
28 "contributors": [
29 {
30 "name": "KahWee Teng",
31 "email": "t@kw.sg"
32 }
33 ],
34 "jest": {
35 "setupFiles": [
36 "./src/setupTests.js"
37 ],
38 "testURL": "http://localhost/",
39 "modulePathIgnorePatterns": [
40 "<rootDir>/fixtures",
41 "<rootDir>/coverage"
42 ],
43 "watchPathIgnorePatterns": [
44 "<rootDir>/fixtures",
45 "<rootDir>/coverage"
46 ]
47 },
48 "repository": {
49 "type": "git",
50 "url": "git@sf-mobgit01.tremor.local:af/blink.git"
51 },
52 "license": "MIT",
53 "nyc": {
54 "exclude": [
55 "tests/**/*-spec.js",
56 "tests/**/*.js"
57 ]
58 },
59 "standard": {
60 "ignore": [
61 "src/source-checker/visitors/**",
62 "fixtures/**",
63 "dist/**"
64 ],
65 "env": [
66 "jest"
67 ],
68 "globals": [
69 "pkg",
70 "expect",
71 "sinon"
72 ]
73 },
74 "dependencies": {
75 "@sentry/browser": "4.3.0",
76 "aws-sdk": "^2.151.0",
77 "babel-core": "^6.26.0",
78 "babel-preset-env": "^1.7.0",
79 "babel-traverse": "^6.26.0",
80 "babel-types": "^6.26.0",
81 "babylon": "^6.18.0",
82 "bluebird": "^3.5.1",
83 "browserslist": "^2.9.0",
84 "chalk": "^2.3.0",
85 "commander": "^2.11.0",
86 "common-tags": "^1.7.2",
87 "cors": "^2.8.4",
88 "esprima": "^4.0.0",
89 "express": "^4.16.2",
90 "fs-extra": "^4.0.2",
91 "gauge": "^2.7.4",
92 "gzip-size": "^4.0.0",
93 "htmlparser2": "^3.9.2",
94 "ini": "^1.3.4",
95 "is-online": "^7.0.0",
96 "klaw": "^2.1.0",
97 "lodash.zipobject": "^4.1.3",
98 "mime": "^2.0.3",
99 "npm-root": "^1.1.0",
100 "pngquant": "^1.3.0",
101 "promptly": "^2.2.0",
102 "ps-node": "^0.1.6",
103 "qr-image": "^3.2.0",
104 "serve-index": "^1.9.1",
105 "shortid": "^2.2.8",
106 "table": "^4.0.2",
107 "tar": "^4.0.2",
108 "term-img": "^2.1.0",
109 "through2": "^2.0.3",
110 "toml": "^2.3.3",
111 "uglify-js": "^3.4.9",
112 "update-notifier": "^2.3.0",
113 "xml2js": "^0.4.19"
114 },
115 "devDependencies": {
116 "jest": "test",
117 "standard": "^10.0.3"
118 }
119}