{ "name": "typetalks", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "mocha --require ts-node/register --extensions ts 'src/**/*.spec.ts'", "present:server": "marp -s presentations" }, "author": "", "license": "ISC", "devDependencies": { "@marp-team/marp-cli": "^1.5.0", "@types/chai": "^4.3.0", "@types/mocha": "^9.0.0", "chai": "^4.3.4", "mocha": "^9.1.3", "ts-node": "^10.4.0", "typescript": "^4.5.4" } }