slate-serializers
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "slate-serializers", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Serialize Slate JSON objects to HTML and vice versa. Define rules to modify the end result.", | ||
"main": "index.js", | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"scripts": { | ||
"build": "tsc", | ||
"cz": "commitizen", | ||
"format": "prettier --write \"src/**/*.ts\"", | ||
"lint": "tslint -p tsconfig.json", | ||
"release": "standard-version", | ||
"publish": "git push --follow-tags origin main && npm run prepare && npm publish", | ||
"prepare": "npm run build", | ||
"prepublishOnly": "npm test && npm run lint", | ||
"test": "jest" | ||
@@ -17,3 +21,5 @@ }, | ||
}, | ||
"files": ["lib/**/*"], | ||
"files": [ | ||
"lib/**/*" | ||
], | ||
"author": "", | ||
@@ -35,2 +41,3 @@ "license": "ISC", | ||
"prettier": "^2.7.1", | ||
"standard-version": "^9.5.0", | ||
"ts-jest": "^29.0.3", | ||
@@ -37,0 +44,0 @@ "tslint": "^6.1.3", |
13223
14