updated package.json

This commit is contained in:
Dolan Miu
2016-05-10 15:26:36 +01:00
parent bf061c6567
commit cc761d20f6

View File

@ -2,10 +2,11 @@
"name": "docx",
"version": "0.0.0",
"description": "Generate .docx documents with JavaScript (formerly Office-Clippy)",
"main": "build/build.js",
"main": "build/index.js",
"scripts": {
"pretest": "tsc ts/tests/*Test.ts --module commonjs --outDir ./build/tests;",
"test": "mocha ./build/tests/**/*Test.js"
"pretest": "tsc ts/tests/*Test.ts --module commonjs --outDir ./build/tests",
"test": "./node_modules/.bin/mocha ./build/tests/**/*Test.js",
"prepublish": "tsc ts/"
},
"repository": {
"type": "git",
@ -22,6 +23,9 @@
"lodash": "^4.6.1",
"xml": "^1.0.1"
},
"typescript": {
"definition": "typings/index.d.ts"
},
"author": "Dolan Miu",
"license": "MIT",
"bugs": {