UNPKG

915 BJSONView Raw
1{
2 "name": "@chengaoyuan/struct",
3 "version": "1.0.0",
4 "description": "结构体的序列化与反序列化",
5 "main": "dist/index.js",
6 "scripts": {
7 "test": "mocha -r ts-register --colors test/*.ts",
8 "build": "node del.js && tsc -d"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git+https://github.com/GithubCGY/struct.git"
13 },
14 "keywords": [
15 "struct"
16 ],
17 "author": "chengaoyuan",
18 "license": "MIT",
19 "bugs": {
20 "url": "https://github.com/GithubCGY/struct/issues"
21 },
22 "homepage": "https://github.com/GithubCGY/struct#readme",
23 "devDependencies": {
24 "@types/mocha": "^5.2.5",
25 "@types/node": "^10.12.12",
26 "mocha": "^5.2.0",
27 "ts-node": "^7.0.1",
28 "typescript": "^3.2.2"
29 },
30 "files": [
31 "dist"
32 ],
33 "dependencies": {
34 "@chengaoyuan/int64": "^1.0.1"
35 }
36}