-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 769 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 769 Bytes
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
{
"name": "zero-width-text",
"version": "1.1.0",
"description": "A library that generates zero-width text",
"main": "lib/index.js",
"scripts": {
"test": "jest",
"build": "npx babel src/ --out-dir lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tntntnt7/zero-width-text.git"
},
"keywords": [
"zero",
"width"
],
"author": "tntntnt7 <tntntnt7@gmail.com> (https://github.com/tntntnt7)",
"license": "MIT",
"bugs": {
"url": "https://github.com/tntntnt7/zero-width-text/issues"
},
"homepage": "https://github.com/tntntnt7/zero-width-text#readme",
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"jest": "^26.6.3"
}
}