UNPKG

simple-text

Version:

![npm](https://img.shields.io/npm/v/simple-text.svg) ![license](https://img.shields.io/npm/l/simple-text.svg) ![github-issues](https://img.shields.io/github/issues/wspecs/simple-text.svg)

31 lines (30 loc) 640 B
{ "name": "simple-text", "version": "0.0.1", "description": "", "main": "dist/index.js", "types": "dist/index.d.ts", "repository": "wspecs/simple-text", "scripts": { "build": "rm -rf dist && tsc", "test": "mocha ./dist/test/*.js" }, "keywords": [ "tsm", "starter", "tsm-starter" ], "author": { "name": "Wendly Saintil", "email": "wendlysaintil@gmail.com", "url": "https://twitter.com/wendlysaintil" }, "license": "MIT", "devDependencies": { "@types/node": "^10.0.2", "@types/chai": "^4.1.3", "@types/mocha": "^5.2.0", "chai": "^4.1.2", "mocha": "^5.1.1" } }