Urara-Blog/node_modules/.pnpm-store/v3/files/71/989409e01e45a94e93bcbd8741bb235cf2413de82e0e9840b53071e32df33f704ae64d9032c2a45960da33fca0611984f8755455b4721badfed9e8c3cb9396-exec
2022-08-14 01:14:53 +08:00

45 lines
1.2 KiB
Text
Executable file

{
"name": "@typescript/vfs",
"version": "1.3.4",
"license": "MIT",
"author": "TypeScript team",
"homepage": "https://github.com/microsoft/TypeScript-Website",
"repository": {
"url": "https://github.com/microsoft/TypeScript-Website.git",
"directory": "packages/create-typescript-playground-plugin",
"type": "git"
},
"bugs": {
"url": "https://github.com/microsoft/TypeScript-Website/issues"
},
"main": "./dist/index.js",
"module": "./dist/vfs.esm.js",
"typings": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"start": "tsdx watch",
"bootstrap": "yarn build",
"build": "tsdx build && yarn make-for-website && yarn make-global",
"make-for-website": "cpy src/index.ts ../sandbox/src/vendor --rename=typescript-vfs.ts",
"make-global": "node scripts/makeGlobals.js",
"test": "tsdx test",
"lint": "tsdx lint"
},
"browser": {
"fs": false,
"lz-string": false,
"typescript": false
},
"dependencies": {
"debug": "^4.1.1"
},
"devDependencies": {
"@types/jest": "^25.1.3",
"cpy-cli": "^3.1.1",
"tsdx": "^0.14.1",
"tslib": "^1.10.0",
"typescript": "*"
}
}