TypeScript/scripts/vfs-path/package.json
2018-01-19 21:58:46 -08:00

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"
}
}