22 строки
491 B
JSON
22 строки
491 B
JSON
{
|
|
"name": "chrome-launcher",
|
|
"private": true,
|
|
"main": "chrome-launcher.js",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"dev": "tsc -w",
|
|
"test": "mocha --reporter dot test/**/*-test.js",
|
|
"test-formatting": "test/check-formatting.sh",
|
|
"format": "clang-format -i -style=file *.ts"
|
|
},
|
|
"devDependencies": {
|
|
"clang-format": "^1.0.50",
|
|
"mocha": "^3.2.0",
|
|
"typescript": "2.2.1"
|
|
},
|
|
"dependencies": {
|
|
"@types/mkdirp": "^0.3.29",
|
|
"@types/node": "6.0.66"
|
|
}
|
|
}
|