|
|
@@ -3,11 +3,15 @@
|
|
|
"version": "1.0.0",
|
|
|
"description": "",
|
|
|
"lib": "index/index.js",
|
|
|
- "files": ["lib/*"],
|
|
|
+ "files": [
|
|
|
+ "lib/*"
|
|
|
+ ],
|
|
|
"scripts": {
|
|
|
"test": "mocha -r ts-node/register test/*.test.ts",
|
|
|
"test:watch": "mocha -r ts-node/register --watch --watch-files src/**/*.ts --reporter Min test/*.test.ts",
|
|
|
- "build": "npm run clean && tsc && tsc -p tsconfig.json",
|
|
|
+ "prebuild": "npm run clean",
|
|
|
+ "build": "tsc -p tsconfig.json",
|
|
|
+ "build:watch": "tsc -p tsconfig.json --watch",
|
|
|
"clean": "rimraf lib"
|
|
|
},
|
|
|
"author": "",
|