sourcegraph/client/codeintellify/package.json
2022-04-14 00:37:25 -07:00

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