mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-03 02:09:30 +08:00
45 lines
1.2 KiB
Text
Executable file
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": "*"
|
|
}
|
|
}
|