-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
33 lines (33 loc) · 1020 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "nova-tabnine",
"version": "1.6.1",
"description": "AI powered all language autocompletion.",
"main": "index.js",
"dependencies": {
"compare-versions": "^3.6.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-node-resolve": "^13.1.1",
"@tsconfig/node16": "^1.0.2",
"@tsconfig/recommended": "^1.0.1",
"@typescript-eslint/eslint-plugin": "^5.7.0",
"@typescript-eslint/parser": "^5.7.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"rollup": "^2.61.1",
"rollup-plugin-typescript2": "^0.31.1",
"typescript": "^4.5.4"
},
"scripts": {
"dev": "rollup -c rollup.config.main.js --watch",
"build": "rollup -c rollup.config.main.js && rm -rf tabnine.novaextension/node_modules",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alexanderflink/nova-tabnine.git"
},
"author": "Alexander Flink",
"license": "ISC"
}