1 | {
|
2 | "name": "tsify",
|
3 | "version": "5.0.4",
|
4 | "description": "Browserify plugin for compiling Typescript",
|
5 | "main": "index.js",
|
6 | "types": "index.d.ts",
|
7 | "scripts": {
|
8 | "lint": "eslint .",
|
9 | "test-latest": "node test/test.js",
|
10 | "test": "tav"
|
11 | },
|
12 | "repository": {
|
13 | "type": "git",
|
14 | "url": "git://github.com/TypeStrong/tsify"
|
15 | },
|
16 | "keywords": [
|
17 | "browserify",
|
18 | "browserify-plugin",
|
19 | "typescript"
|
20 | ],
|
21 | "author": "Greg Smith",
|
22 | "license": "MIT",
|
23 | "bugs": {
|
24 | "url": "https://github.com/TypeStrong/tsify/issues"
|
25 | },
|
26 | "homepage": "https://github.com/TypeStrong/tsify",
|
27 | "engines": {
|
28 | "node": ">=0.12"
|
29 | },
|
30 | "dependencies": {
|
31 | "convert-source-map": "^1.1.0",
|
32 | "fs.realpath": "^1.0.0",
|
33 | "object-assign": "^4.1.0",
|
34 | "semver": "^6.1.0",
|
35 | "through2": "^2.0.0",
|
36 | "tsconfig": "^5.0.3"
|
37 | },
|
38 | "devDependencies": {
|
39 | "babel-core": "^6.26.3",
|
40 | "babel-preset-react": "^6.5.0",
|
41 | "babelify": "^8.0.0",
|
42 | "browserify": "^16.2.3",
|
43 | "eslint": "^4.6.1",
|
44 | "event-stream": "^3.3.1",
|
45 | "fs-extra": "^5.0.0",
|
46 | "node-foo": "^0.2.3",
|
47 | "source-map": "^0.5.3",
|
48 | "string-to-stream": "^1.1.1",
|
49 | "tape": "^4.10.1",
|
50 | "test-all-versions": "^3.3.3",
|
51 | "typescript": "~2.0.3",
|
52 | "watchify": "^3.11.1"
|
53 | },
|
54 | "peerDependencies": {
|
55 | "browserify": ">= 10.x",
|
56 | "typescript": ">= 2.8"
|
57 | }
|
58 | }
|