-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 894 Bytes
/
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
{
"name": "styleless-innertext",
"version": "1.1.5",
"description": "A library to imitate WHATWG HTMLElement.innerText specification",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "npx tsc -p jsconfig.json && npx mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/saschanaz/styleless-innertext.git"
},
"keywords": [
"innertext",
"jsdom",
"whatwg"
],
"author": "Kagami Sascha Rosylight <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/saschanaz/styleless-innertext/issues"
},
"homepage": "https://github.com/saschanaz/styleless-innertext#readme",
"devDependencies": {
"expect": "^29.3.1",
"jsdom": "^21.0.0",
"mocha": "^10.2.0",
"typescript": "^4.9.4"
},
"files": [
"index.js",
"display.js",
"index.d.ts"
]
}