@tuzhanai/schema-manager
Version:
50 lines (49 loc) • 1.3 kB
JSON
{
"name": "@tuzhanai/schema-manager",
"version": "1.3.0",
"description": "数据Schema管理器",
"main": "dist/lib/index.js",
"typings": "dist/lib/index.d.ts",
"files": [
"dist/lib"
],
"scripts": {
"test": "mocha --require ts-node/register src/test/**/*.spec.ts",
"tag": "git tag v`node -p 'require(\"./package\").version'`",
"format": "prettier --write 'src/**/*.ts'",
"prepublishOnly": "npm test && rm -rf dist && tsc",
"postpublish": "npm run tag && git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tuzhanai/schema-manager.git"
},
"keywords": [
"schema",
"manager"
],
"author": "Zongmin Lei <leizongmin@gmail.com>",
"contributors": [
"Yourtion Guo <yourtion@gmail.com>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/tuzhanai/schema-manager/issues"
},
"homepage": "https://github.com/tuzhanai/schema-manager#readme",
"peerDependencies": {
"@types/node": "*"
},
"devDependencies": {
"@types/chai": "^4.2.14",
"@types/mocha": "^8.2.0",
"@types/node": "^14.14.14",
"chai": "^4.2.0",
"mocha": "^8.2.1",
"ts-node": "^9.1.1",
"typescript": "^4.1.3"
},
"dependencies": {
"@tuzhanai/value-type-manager": "^1.2.0"
}
}