|
- {
- "version": "0.1.0",
- "license": "MIT",
- "main": "dist/index.js",
- "typings": "dist/index.d.ts",
- "files": [
- "dist",
- "src"
- ],
- "engines": {
- "node": ">=10"
- },
- "scripts": {
- "start": "tsdx watch",
- "build": "tsdx build",
- "test": "tsdx test",
- "lint": "tsdx lint",
- "prepare": "tsdx build"
- },
- "peerDependencies": {},
- "husky": {
- "hooks": {
- "pre-commit": "tsdx lint"
- }
- },
- "prettier": {
- "printWidth": 80,
- "semi": true,
- "singleQuote": true,
- "trailingComma": "es5"
- },
- "name": "bbcode-mobiledoc",
- "author": "TheoryOfNekomata <allan.crisostomo@outlook.com>",
- "module": "dist/bbcode-mobiledoc.esm.js",
- "devDependencies": {
- "husky": "^4.3.6",
- "tsdx": "^0.14.1",
- "tslib": "^2.0.3",
- "typescript": "^4.1.3"
- }
- }
|