|
1 | 1 | { |
2 | | - "name": "@userscripters/template", |
3 | | - "version": "1.0.0", |
4 | | - "description": "template repository for userscripters' projects", |
| 2 | + "name": "@userscripters/stackexchange-helpers", |
| 3 | + "version": "0.1.0", |
| 4 | + "description": "Various helpers for interacting with the Stack Exchange network", |
5 | 5 | "scripts": { |
6 | 6 | "test": "mocha", |
7 | 7 | "lint": "eslint src --fix --ext .js,.ts", |
8 | 8 | "clean": "rm -rf dist", |
9 | 9 | "prebuild": "npm run lint && npm run clean", |
10 | | - "uglify-modern": "uglifyjs dist/modern/* --compress --mangle -o dist/modern/index.min.js", |
11 | | - "uglify-legacy": "uglifyjs dist/legacy/* --compress --mangle -o dist/legacy/index.min.js", |
12 | | - "build-modern": "tsc --outDir dist/modern && npm run uglify-modern", |
13 | | - "build-legacy": "tsc --target es5 --outDir dist/legacy && npm run uglify-legacy", |
14 | | - "build-all": "bash ./scripts/build.sh", |
15 | | - "headers-tm": "bash ./scripts/headers.sh", |
| 10 | + "build": "npm run prebuild && tsc", |
16 | 11 | "readme": "generate-readme", |
17 | 12 | "postversion": "bash ./scripts/postversion.sh" |
18 | 13 | }, |
19 | 14 | "repository": { |
20 | 15 | "type": "git", |
21 | | - "url": "git+https://github.com/userscripters/template.git" |
| 16 | + "url": "git+https://github.com/userscripters/stackexchange-helpers.git" |
22 | 17 | }, |
23 | 18 | "keywords": [ |
24 | 19 | "userscripts", |
25 | | - "stackoverflow" |
| 20 | + "stackoverflow", |
| 21 | + "stackexchange", |
| 22 | + "utilities" |
26 | 23 | ], |
27 | 24 | "author": { |
28 | | - "name": "Jane Doe", |
29 | | - "email": "jane@doe.com" |
| 25 | + "name": "Oleg Valter", |
| 26 | + "email": "oleg.a.valter@gmail.com" |
30 | 27 | }, |
31 | | - "contributors": [ |
32 | | - { |
33 | | - "name": "John Doe", |
34 | | - |
35 | | - } |
36 | | - ], |
| 28 | + "contributors": [], |
37 | 29 | "license": "GPL-3.0-or-later", |
38 | 30 | "bugs": { |
39 | | - "url": "https://github.com/userscripters/template/issues" |
| 31 | + "url": "https://github.com/userscripters/stackexchange-helpers/issues" |
40 | 32 | }, |
41 | | - "homepage": "https://github.com/userscripters/template#readme", |
| 33 | + "homepage": "https://github.com/userscripters/stackexchange-helpers#readme", |
42 | 34 | "devDependencies": { |
43 | 35 | "@types/chai": "^4.2.21", |
44 | 36 | "@types/chai-as-promised": "^7.1.4", |
45 | | - "@types/greasemonkey": "^4.0.2", |
46 | | - "@types/jquery": "^3.5.6", |
47 | 37 | "@types/mocha": "^9.0.0", |
48 | | - "@types/tampermonkey": "^4.0.2", |
49 | 38 | "@types/node": "^16.7.1", |
50 | 39 | "@typescript-eslint/eslint-plugin": "^4.29.2", |
51 | 40 | "@typescript-eslint/parser": "^4.29.2", |
52 | | - "@userscripters/generate-headers": "^2.5.0", |
53 | | - "@userscripters/generate-readme": "^1.1.0", |
| 41 | + "@userscripters/generate-readme": "^2.0.0", |
54 | 42 | "@userscripters/stackexchange-global-types": "^1.3.1", |
55 | 43 | "chai": "^4.3.4", |
56 | 44 | "chai-as-promised": "^7.1.1", |
|
0 commit comments