dom5
Version:
Utilities for working with parse5 ASTs
40 lines (39 loc) • 1.16 kB
JSON
{
"name": "dom5",
"version": "3.0.1",
"description": "Utilities for working with parse5 ASTs",
"license": "BSD-3-Clause",
"author": "The Polymer Authors",
"bugs": "https://github.com/Polymer/tools/issues",
"homepage": "https://github.com/Polymer/tools/tree/master/packages/dom5",
"repository": "github:Polymer/tools",
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run test",
"test": "npm run build && npm run lint && npm run test:unit",
"test:unit": "mocha -c --ui tdd \"lib/test/*_test.js\"",
"format": "clang-format --style=file -i \"src/**/*.ts\"",
"lint": "tslint 'src/**/*.ts'",
"test:watch": "tsc-then -- mocha -c --ui tdd \"lib/test/*_test.js\""
},
"dependencies": {
"@types/parse5": "^2.2.34",
"clone": "^2.1.0",
"parse5": "^4.0.0"
},
"devDependencies": {
"@types/chai": "^3.4.34",
"@types/clone": "^0.1.29",
"@types/mocha": "^2.2.32",
"@types/node": "^6.0.0",
"chai": "^3.3.0",
"clang-format": "=1.0.49",
"mocha": "^5.2.0",
"tsc-then": "^1.1.0"
},
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"directories": {
"test": "test"
}
}