UNPKG

@ka1do/kit

Version:
23 lines (22 loc) 539 B
{ "name": "ts-experiment", "version": "0.0.1", "license": "MIT", "main": "build/src", "scripts": { "build": "tsc", "test": "nodemon --exec 'yarn mocha build/test --recursive'", "dev:build": "tsc -w" }, "devDependencies": { "@types/chai": "^4.2.16", "@types/mocha": "^8.2.2", "@types/node": "^14.14.37", "@typescript-eslint/eslint-plugin": "^4.15.1", "@typescript-eslint/parser": "^4.15.1", "mocha": "^8.2.1", "nodemon": "^2.0.7", "typescript": "^4.1.5" }, "dependencies": {} }