mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 17:11:49 +00:00
14 lines
302 B
JSON
14 lines
302 B
JSON
{
|
|
"private": true,
|
|
"name": "@sourcegraph/codeintellify",
|
|
"version": "0.0.1",
|
|
"description": "Sourcegraph Codeintellify",
|
|
"main": "./src/index.ts",
|
|
"sideEffects": false,
|
|
"license": "Apache-2.0",
|
|
"scripts": {
|
|
"lint:js": "eslint --cache 'src/**/*.[jt]s?(x)'",
|
|
"test": "jest"
|
|
}
|
|
}
|