mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-03 12:59:30 +08:00
57 lines
1.5 KiB
Text
Executable file
57 lines
1.5 KiB
Text
Executable file
{
|
|
"name": "@typescript/twoslash",
|
|
"version": "3.1.0",
|
|
"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/twoslash.esm.js",
|
|
"typings": "dist/index.d.ts",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"start": "tsdx watch",
|
|
"bootstrap": "yarn build",
|
|
"build": "tsdx build && yarn readme && yarn make-global",
|
|
"make-global": "node scripts/makeGlobals.js",
|
|
"readme": "yarn md-magic README.md --config ./scripts/inline-results.js && yarn prettier README.md --write",
|
|
"test": "tsdx test",
|
|
"lint": "tsdx lint"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^25.1.3",
|
|
"@types/lz-string": "^1.3.33",
|
|
"@types/prettier": "^1.19.0",
|
|
"husky": "^4.2.3",
|
|
"jest-file-snapshot": "^0.3.8",
|
|
"markdown-magic": "^1.0.0",
|
|
"prettier": "^2.3.2",
|
|
"tsdx": "^0.14.1",
|
|
"tslib": "^1.10.0",
|
|
"typescript": "*"
|
|
},
|
|
"jest": {
|
|
"watchPathIgnorePatterns": [
|
|
"test/results"
|
|
]
|
|
},
|
|
"browser": {
|
|
"fs": false,
|
|
"lz-string": false,
|
|
"typescript": false
|
|
},
|
|
"dependencies": {
|
|
"@typescript/vfs": "1.3.5",
|
|
"debug": "^4.1.1",
|
|
"lz-string": "^1.4.4"
|
|
}
|
|
}
|