mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-02 19:49:29 +08:00
42 lines
1.2 KiB
Text
42 lines
1.2 KiB
Text
{
|
|
"name": "vscode-textmate",
|
|
"version": "5.2.0",
|
|
"description": "VSCode TextMate grammar helpers",
|
|
"author": {
|
|
"name": "Microsoft Corporation"
|
|
},
|
|
"main": "./release/main.js",
|
|
"typings": "./release/main.d.ts",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/microsoft/vscode-textmate"
|
|
},
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/microsoft/vscode-textmate/issues"
|
|
},
|
|
"scripts": {
|
|
"watch": "tsc -watch",
|
|
"compile": "tsc",
|
|
"test": "tape -r ./out/tests/all.test.js",
|
|
"benchmark": "node benchmark/benchmark.js",
|
|
"inspect": "node out/tests/inspect.js",
|
|
"tmconvert": "node scripts/convert.js",
|
|
"version": "npm run compile && npm run test && node scripts/release.js",
|
|
"postversion": "git push && git push --tags",
|
|
"prepublishOnly": "tsc && webpack --progress && node scripts/release.js"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^12.6.2",
|
|
"@types/tape": "^4.13.0",
|
|
"durations": "^3.4.1",
|
|
"onigasm": "^2.2.3",
|
|
"oniguruma": "^7.2.0",
|
|
"tape": "^4.13.2",
|
|
"tslint": "^5.18.0",
|
|
"typescript": "^3.5.3",
|
|
"vscode-oniguruma": "^1.3.1",
|
|
"webpack": "^4.43.0",
|
|
"webpack-cli": "^3.3.12"
|
|
}
|
|
}
|