-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.34 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.34 KB
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
{
"name": "splitbun",
"version": "1.0.17",
"description": "A javascript library that splits text element into individual lines, words, or characters.",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"unpkg": "umd/index.min.js",
"files": [
"umd/*.{js,ts}",
"dist/*.{js,ts,mjs}"
],
"scripts": {
"build": "rollup -c",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/farisphp/splitbun.git"
},
"keywords": [
"typescript",
"javascript",
"animation",
"html",
"gsap",
"splittext",
"splittype",
"splitting",
"split"
],
"author": "Faris Perwira <faris.perwira@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/farisphp/splitbun/issues"
},
"homepage": "https://github.com/farisphp/splitbun#readme",
"devDependencies": {
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.5",
"@types/jest": "^29.5.5",
"esbuild-plugin-umd-wrapper": "^1.0.7",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"rollup": "^4.1.4",
"rollup-plugin-banner": "^0.2.1",
"rollup-plugin-banner2": "^1.2.2",
"rollup-plugin-mjs-entry": "^0.1.1",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"tslib": "^2.6.2",
"typescript": "^5.2.2"
}
}