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