Files
JiboSDK/node_modules/tsify-preprocess/package.json
2026-03-22 03:21:45 +02:00

60 lines
1.4 KiB
JSON

{
"name": "tsify-preprocess",
"version": "2.0.3",
"description": "Browserify plugin for compiling Typescript",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"test": "test-peer-range browserify",
"test-main": "node test/test.js"
},
"publishConfig": {
"registry": "https://registry.npmjs.com"
},
"repository": {
"type": "git",
"url": "git://github.com/jiborobot/tsify-preprocess"
},
"keywords": [
"browserify",
"browserify-plugin",
"typescript"
],
"author": "Greg Smith",
"license": "MIT",
"bugs": {
"url": "https://github.com/jiborobot/tsify-preprocess/issues"
},
"homepage": "https://github.com/jiborobot/tsify-preprocess",
"engines": {
"node": ">=0.12"
},
"dependencies": {
"convert-source-map": "^1.1.0",
"fs.realpath": "^1.0.0",
"object-assign": "^4.1.0",
"preprocess": "^3.1.0",
"semver": "^5.1.0",
"through2": "^2.0.0",
"tsconfig": "^5.0.3"
},
"devDependencies": {
"babel-preset-react": "^6.5.0",
"babelify": "^7.2.0",
"browserify": "^13.0.0",
"eslint": "^3.3.1",
"event-stream": "^3.3.1",
"fs-extra": "^0.30.0",
"node-foo": "^0.2.3",
"source-map": "^0.5.3",
"tape": "^4.0.0",
"test-peer-range": "^1.0.1",
"typescript": "^2.0.3",
"watchify": "^3.2.1"
},
"peerDependencies": {
"browserify": ">= 6.x",
"typescript": ">= 2.x"
}
}