@tuby/kereal-osg
Version:
The kereal osg inner engine instance.
63 lines (62 loc) • 1.6 kB
JSON
{
"name": "@tuby/kereal-osg",
"version": "0.4.1",
"description": "The kereal osg inner engine instance.",
"keywords": [
"kereal",
"osg",
"kereal-osg",
"tuby"
],
"main": "index.js",
"authors": [
"vanmit <wangmin@tuby.com>"
],
"license": "MIT",
"xo": {
"rules": {
"no-cond-assign": 0,
"new-cap": 0
}
},
"files": [
"dist",
"CHANGELOG.md",
"LICENSE",
"index.js",
"index.d.ts"
],
"scripts": {
"dts": "dtsmake -s index.js ",
"build": "rollup -c && dtsmake -s index.js ",
"test": "mocha --require @babel/register",
"log": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 &&git add .&& git commit -m \"docs: update ChangeLog\"",
"update": "git add . && git commit -m \"fix: fix bug \" && npm version patch -m \" fix bug \" && npm publish",
"create": "git init . && npm publish --access public"
},
"babel": {
"presets": [
"@babel/preset-env"
]
},
"devDependencies": {
"@babel/cli": "^7.14.5",
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.12.17",
"@babel/register": "^7.14.5",
"@rollup/plugin-alias": "^3.1.5",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-node-resolve": "^13.0.4",
"chai": "^4.3.4",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-javascript-obfuscator": "^1.1.6",
"gulp-uglify": "^3.0.2",
"mocha": "^6.1.4",
"tern": "^0.24.3"
},
"dependencies": {
"@tuby/kereal": "^0.4.1"
}
}