-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.86 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
{
"name": "tjsdoc-docs-common",
"version": "0.0.1",
"description": "Provides common doc tag generation for TJSDoc.",
"author": "typhonrt",
"homepage": "https://tjsdoc.typhonjs.io/",
"license": "MPL-2.0",
"repository": {
"type": "git",
"url": "https://github.com/typhonjs-node-tjsdoc/tjsdoc-docs-common"
},
"scripts": {
"build": "babel-node ./node_modules/typhonjs-npm-scripts-build-babel/scripts/build.js",
"eslint": "eslint .",
"dev-test": "BABEL_ENV=tjsdoc-dev babel-node ./node_modules/typhonjs-npm-scripts-test-mocha/scripts/mocha.js dev_test",
"dev-test-coverage": "BABEL_ENV=tjsdoc-dev babel-node ./node_modules/typhonjs-npm-scripts-test-mocha/scripts/mocha-istanbul.js dev_test",
"dev-test-npm": "BABEL_ENV=tjsdoc-dev babel-node ./node_modules/typhonjs-npm-scripts-test-mocha/scripts/mocha.js dev_test_npm",
"dev-tjsdoc": "BABEL_ENV=tjsdoc-dev babel-node ../tjsdoc/src/TJSDocCLI.js -c .tjsdocrc-local",
"prepublish": "babel-node ./node_modules/typhonjs-npm-scripts-publish/scripts/prepublish.js",
"test": "babel-node ./node_modules/typhonjs-npm-scripts-test-mocha/scripts/mocha.js",
"test-coverage": "babel-node ./node_modules/typhonjs-npm-scripts-test-mocha/scripts/mocha-istanbul.js"
},
"dependencies": {
"babel-runtime": "^6.0.0"
},
"devDependencies": {
"tjsdoc-test-utils": "git+https://[email protected]/typhonjs-node-tjsdoc/tjsdoc-test-utils.git",
"tjsdoc-tests-ecmascript": "git+https://[email protected]/typhonjs-node-tjsdoc/tjsdoc-tests-ecmascript.git",
"typhonjs-config-eslint": "^0.5.0",
"typhonjs-npm-build-test": "^0.7.0"
},
"keywords": [
"typhonjs",
"tjsdoc",
"doc",
"generation",
"babylon"
],
"files": [
"dist",
"src",
".tjsdocrc",
"AUTHORS.md"
],
"main": "dist/",
"bugs": {
"url": "https://github.com/typhonjs-node-tjsdoc/tjsdoc/issues"
}
}