59 lines
1.3 KiB
JSON
59 lines
1.3 KiB
JSON
{
|
|
"name": "tsify",
|
|
"version": "5.0.2",
|
|
"description": "Browserify plugin for compiling Typescript",
|
|
"main": "index.js",
|
|
"types": "index.d.ts",
|
|
"scripts": {
|
|
"lint": "eslint .",
|
|
"test-latest": "node test/test.js",
|
|
"test": "tav"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/TypeStrong/tsify"
|
|
},
|
|
"keywords": [
|
|
"browserify",
|
|
"browserify-plugin",
|
|
"typescript"
|
|
],
|
|
"author": "Greg Smith",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/TypeStrong/tsify/issues"
|
|
},
|
|
"homepage": "https://github.com/TypeStrong/tsify",
|
|
"engines": {
|
|
"node": ">=0.12"
|
|
},
|
|
"dependencies": {
|
|
"convert-source-map": "^1.1.0",
|
|
"fs.realpath": "^1.0.0",
|
|
"object-assign": "^4.1.0",
|
|
"semver": "^6.1.0",
|
|
"through2": "^2.0.0",
|
|
"tsconfig": "^5.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"babel-core": "^6.26.3",
|
|
"babel-preset-react": "^6.5.0",
|
|
"babelify": "^8.0.0",
|
|
"browserify": "^16.2.3",
|
|
"eslint": "^4.6.1",
|
|
"event-stream": "^3.3.1",
|
|
"fs-extra": "^5.0.0",
|
|
"node-foo": "^0.2.3",
|
|
"source-map": "^0.5.3",
|
|
"string-to-stream": "^1.1.1",
|
|
"tape": "^4.10.1",
|
|
"test-all-versions": "^3.3.3",
|
|
"typescript": "~2.0.3",
|
|
"watchify": "^3.11.1"
|
|
},
|
|
"peerDependencies": {
|
|
"browserify": ">= 10.x",
|
|
"typescript": ">= 2.8"
|
|
}
|
|
}
|