-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 1.34 KB
/
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
34
35
36
{
"name": "zotero-bulk-mas-import",
"version": "0.0.17",
"description": "Bulk Microsoft Academic Search import",
"exporter": "BulkMAS",
"author": {
"name": "Emiliano Heyns",
"email": "Emiliano.Heyns@iris-advies.com"
},
"scripts": {
"test": "tslint -t stylish --project .",
"prestart": "npm test",
"start": "tsc && node build.js",
"zot": "npm start && cp \"build/$npm_package_exporter.js\" ~/.BBTZ5TEST/zotero/translators && /usr/lib/zotero/zotero -P BBTZ5TEST -ZoteroDebugText -datadir profile > ~/.BBTZ5TEST.log &",
"postversion": "git push --tags && npm start && npm run make-release",
"make-release": "github-release upload --owner retorquere --repo $npm_package_name --tag \"v$npm_package_version\" --name \"v$npm_package_version\" --body \"$npm_package_description. Drop $npm_package_exporter.js into the Zotero translators directory, and restart Zotero.\" \"build/$npm_package_exporter.js\""
},
"directories": {
"test": "test"
},
"dependencies": {
"@types/node": "^11.9.4",
"github-release-cli": "^1.0.1",
"ts-node": "^8.0.2",
"tslint": "^5.12.1",
"typescript": "^3.3.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/retorquere/zotero-bulk-mas.git"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/retorquere/zotero-bulk-mas/issues"
}
}