mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-06 11:54:44 -06:00
25 lines
664 B
JSON
25 lines
664 B
JSON
{
|
|
"private": true,
|
|
"name": "@typescript/vfs-path",
|
|
"version": "0.0.0",
|
|
"description": "JavaScript Virtual File System Paths",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"author": "Ron Buckton (ron.buckton@microsoft.com)",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@typescript/vfs-core": "file:../vfs-core",
|
|
"@typescript/vfs-errors": "file:../vfs-errors"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^8.0.20",
|
|
"@types/source-map-support": "^0.4.0",
|
|
"del": "^2.0.2",
|
|
"gulp": "^3.9.1",
|
|
"gulp-sourcemaps": "^2.6.1",
|
|
"gulp-tsb": "^2.0.5",
|
|
"source-map-support": "^0.5.0",
|
|
"typescript": "^2.6.1"
|
|
}
|
|
}
|