xinghuo-test
Version:
xinghuo
46 lines (45 loc) • 1.14 kB
JSON
{
"name": "xinghuo-test",
"version": "0.0.14",
"description": "xinghuo",
"main": "dist/spark.js",
"types": "dist/spark.d.ts",
"scripts": {
"dev": "rollup --config rollup.config.mjs --watch",
"build": "rollup --config rollup.config.mjs --environment NODE_ENV:production",
"test": "jest"
},
"keywords": [
"xinghuo"
],
"repository": {
"type": "git",
"url": "https://console.xfyun.cn/services"
},
"author": "feixunxx@outlook.com",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.22.10",
"@babel/preset-env": "^7.22.10",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.2.1",
"@rollup/plugin-typescript": "^11.1.2",
"@types/jest": "^29.5.4",
"@types/ws": "^8.5.5",
"babel-loader": "^9.1.3",
"rollup": "^3.28.1",
"rollup-plugin-cleanup": "^3.2.1",
"ts-jest": "^29.1.1",
"tslib": "^2.6.2",
"typescript": "^5.1.6"
},
"dependencies": {
"crypto-js": "^4.1.1",
"ws": "^8.13.0"
},
"directories": {
"test": "test"
}
}