UNPKG

1.16 kBJSONView Raw
1{
2 "name": "dom5",
3 "version": "3.0.1",
4 "description": "Utilities for working with parse5 ASTs",
5 "license": "BSD-3-Clause",
6 "author": "The Polymer Authors",
7 "bugs": "https://github.com/Polymer/tools/issues",
8 "homepage": "https://github.com/Polymer/tools/tree/master/packages/dom5",
9 "repository": "github:Polymer/tools",
10 "scripts": {
11 "build": "tsc",
12 "prepublishOnly": "npm run test",
13 "test": "npm run build && npm run lint && npm run test:unit",
14 "test:unit": "mocha -c --ui tdd \"lib/test/*_test.js\"",
15 "format": "clang-format --style=file -i \"src/**/*.ts\"",
16 "lint": "tslint 'src/**/*.ts'",
17 "test:watch": "tsc-then -- mocha -c --ui tdd \"lib/test/*_test.js\""
18 },
19 "dependencies": {
20 "@types/parse5": "^2.2.34",
21 "clone": "^2.1.0",
22 "parse5": "^4.0.0"
23 },
24 "devDependencies": {
25 "@types/chai": "^3.4.34",
26 "@types/clone": "^0.1.29",
27 "@types/mocha": "^2.2.32",
28 "@types/node": "^6.0.0",
29 "chai": "^3.3.0",
30 "clang-format": "=1.0.49",
31 "mocha": "^5.2.0",
32 "tsc-then": "^1.1.0"
33 },
34 "main": "lib/index.js",
35 "typings": "lib/index.d.ts",
36 "directories": {
37 "test": "test"
38 }
39}