@publish-cms/type
Version:
Publish CMS Core Type
37 lines • 912 B
JSON
{
"name": "@publish-cms/type",
"version": "1.0.18",
"description": "Publish CMS Core Type",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rm -rf ./dist && tsc -p tsconfig.json",
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
"lint": "tslint -p tsconfig.json"
},
"files": [
"dist/**/*"
],
"repository": {
"type": "git",
"url": "git+https://github.com/publish-cms/type.git"
},
"keywords": [
"Publish",
"CMS",
"Type"
],
"author": "PublishCMS",
"license": "MIT",
"bugs": {
"url": "https://github.com/publish-cms/type/issues"
},
"homepage": "https://github.com/publish-cms/type#readme",
"devDependencies": {
"prettier": "^2.6.2",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.6.3"
}
}