vscode-textmate/package.json

41 строка
1.0 KiB
JSON

{
"name": "vscode-textmate",
"version": "2.3.1",
"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": "mocha out/tests/tests",
"test-travis": "istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec out/tests/tests",
"benchmark": "node benchmark/benchmark.js",
"inspect": "node scripts/inspect.js",
"prepublish": "node scripts/release.js"
},
"dependencies": {
"fast-plist": "^0.1.2",
"oniguruma": "^6.0.1"
},
"devDependencies": {
"coveralls": "^2.11.12",
"istanbul": "^0.4.4",
"mocha": "^3.0.2",
"remap-istanbul": "^0.6.4",
"tslint": "^3.15.1",
"typescript": "^2.0.8",
"typings": "^1.3.2"
}
}