-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 791 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 791 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
31
32
33
34
{
"name": "tree-ss",
"version": "0.0.9",
"description": "HTML DOM parser in server side",
"main": "./src/trees.js",
"scripts": {
"dev": "nodemon ./src/index.js",
"zip": "rm *.zip & rm *.tgz & npm-pack-zip & npm pack",
"test": "jest --watch --verbose ./tests"
},
"keywords": [
"DOM",
"HTML",
"server",
"render"
],
"author": "Pablo Rosique Vidal",
"license": "MIT",
"devDependencies": {
"jest": "^26.6.3",
"mocha": "^8.2.1",
"nodemon": "^2.0.6",
"npm-pack-zip": "^1.2.7",
"supertest": "^6.0.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pableke/trees.git"
},
"bugs": {
"url": "https://github.com/pableke/trees/issues"
},
"homepage": "https://github.com/pableke/trees#readme"
}