UNPKG

1.46 kBJSONView Raw
1{
2 "name": "holosun",
3 "description": "An events API with delegation and type declarations.",
4 "version": "1.0.0",
5 "author": {
6 "name": "roydukkey",
7 "email": "contact@changelog.me",
8 "url": "http://changelog.me"
9 },
10 "license": "Apache-2.0",
11 "homepage": "https://github.com/roydukkey/holosun/blob/master/README.md",
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/roydukkey/holosun.git"
15 },
16 "bugs": {
17 "url": "https://github.com/roydukkey/holosun/issues"
18 },
19 "keywords": [
20 "events",
21 "delegation"
22 ],
23 "module": "./dist/holosun.js",
24 "types": "./dist/holosun.d.ts",
25 "main": "./dist/holosun.umd.js",
26 "exports": {
27 ".": {
28 "node": {
29 "module": "./dist/holosun.js",
30 "require": "./dist/holosun.umd.js"
31 },
32 "default": "./dist/holosun.js"
33 }
34 },
35 "devDependencies": {
36 "@babel/core": "^7.13.14",
37 "@babel/preset-env": "^7.13.12",
38 "@babel/preset-typescript": "^7.13.0",
39 "@roydukkey/eslint-config": "^1.0.5",
40 "@types/jest": "^26.0.22",
41 "@types/node": "^14.14.37",
42 "@typescript-eslint/eslint-plugin": "^4.20.0",
43 "@typescript-eslint/parser": "^4.20.0",
44 "@wessberg/rollup-plugin-ts": "^1.3.11",
45 "babel-jest": "^26.6.3",
46 "clean-package": "^1.0.1",
47 "cspell": "^5.3.12",
48 "eslint": "^7.23.0",
49 "eslint-plugin-tsdoc": "^0.2.11",
50 "jest": "^26.6.3",
51 "rollup": "^2.44.0",
52 "rollup-plugin-license": "^2.3.0",
53 "terser": "^5.6.1",
54 "ts-node": "^9.1.1",
55 "typescript": "^4.2.3",
56 "yarpm": "^1.1.1"
57 }
58}
\No newline at end of file