Urara-Blog/node_modules/.pnpm-store/v3/files/1c/d8ec1e3b0d1414eae7aae5c40c91d7439bdc5c4346b38587223079f9b82f0fa7137db5bca487bba13244d9a9d64886b0e96f836495c404177d6cd503afa92c-exec
2022-08-14 01:14:53 +08:00

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