-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
62 lines (62 loc) · 1.76 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "glitched-writer",
"version": "2.0.29",
"description": "Glitched, text writing module. Highly customizable settings. Decoding, decrypting, scrambling, or simply spelling out text.",
"author": "Damian Tarnawski @thetarnav <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/thetarnav/glitched-writer.git"
},
"homepage": "https://glitched-writer.site/",
"main": "./lib/cjs/index.js",
"types": "./lib/esm/index.d.ts",
"jsdelivr": "lib/index.min.js",
"unpkg": "lin/index.min.js",
"files": [
"lib/**/*"
],
"exports": {
"require": "./lib/cjs/index.js",
"import": "./lib/esm/index.js",
"default": "./lib/esm/index.js"
},
"scripts": {
"dev": "parcel dev/index.html --dist-dir dev/dist",
"build": "tsc -p tsconfig.json && tsc -p tsconfig-cjs.json && grunt build",
"prepublishOnly": "npm run build && npm version patch",
"postpublish": "git push && git push --tags"
},
"devDependencies": {
"@parcel/transformer-sass": "2.0.0-beta.2",
"@types/jsdom": "^16.2.10",
"@typescript-eslint/eslint-plugin": "^4.23.0",
"@typescript-eslint/parser": "^4.23.0",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"grunt": "^1.4.0",
"grunt-cli": "^1.4.2",
"grunt-ts": "^6.0.0-beta.22",
"grunt-webpack": "^4.0.3",
"load-grunt-tasks": "^5.1.0",
"lodash.debounce": "^4.0.8",
"parcel": "^2.0.0-beta.2",
"terser-webpack-plugin": "^5.1.2",
"ts-node": "^9.1.1",
"typescript": "^4.2.4",
"webpack": "^5.37.0"
},
"keywords": [
"glitch",
"text",
"decrypt",
"decode",
"scramble",
"animation",
"front-end",
"web",
"html",
"typewriter"
]
}