|
3 | 3 | "version": "0.0.0", |
4 | 4 | "description": "", |
5 | 5 | "keywords": [], |
6 | | - "main": "dist/juno-node.umd.js", |
| 6 | + "main": "dist/juno-node.cjs.js", |
7 | 7 | "module": "dist/juno-node.es5.js", |
8 | 8 | "typings": "dist/types/juno-node.d.ts", |
9 | 9 | "files": [ |
|
21 | 21 | "scripts": { |
22 | 22 | "lint": "tslint --project tsconfig.json -t codeFrame 'src/**/*.ts' 'test/**/*.ts'", |
23 | 23 | "prebuild": "rimraf dist", |
24 | | - "build": "tsc --module commonjs && rollup -c rollup.config.ts && typedoc --out docs --target es6 --theme minimal --mode file src", |
| 24 | + "build": "rollup -c rollup.config.ts && typedoc --out docs --target es6 --theme minimal --mode file src", |
25 | 25 | "start": "rollup -c rollup.config.ts -w", |
26 | | - "test": "ts-mocha -p ./tsconfig.json test/**/*.test.ts", |
| 26 | + "test": "ts-mocha -p ./tsconfig/tsconfig.test.json test/**/*.test.ts", |
27 | 27 | "test:coverage": "nyc --reporter=html --reporter=text --reporter=text-summary npm test", |
28 | 28 | "test:prod": "npm run lint && npm run test", |
29 | 29 | "deploy-docs": "ts-node tools/gh-pages-publish", |
|
61 | 61 | "@types/chai-as-promised": "^7.1.2", |
62 | 62 | "@types/expect": "^24.3.0", |
63 | 63 | "@types/mocha": "^7.0.2", |
64 | | - "@types/node": "^13.13.4", |
65 | 64 | "@types/sinon": "^9.0.0", |
66 | 65 | "@types/sinon-chai": "^3.2.4", |
67 | 66 | "chai": "^4.2.0", |
|
0 commit comments