@lcap/asl
Version:
NetEase Application Specific Language
65 lines (64 loc) • 1.72 kB
JSON
{
"name": "@lcap/asl",
"description": "NetEase Application Specific Language",
"version": "0.3.9-beta",
"author": "Forrest <rainforest92@126.com>",
"scripts": {
"dev": "tsc -watch -p ./",
"build": "tsc -p ./",
"test": "mocha out/test/**/*.spec.js",
"test:one": "mocha --timeout 30000",
"lint": "eslint src/mdd --fix --ext .ts",
"doc": "typedoc --out docs src/types --options docs-build/typedoc.json",
"doc:watch": "typedoc --watch --out docs src/types --options docs-build/typedoc.json",
"spec": "ts-node ./spec-build/index.ts"
},
"main": "./out/types",
"license": "MIT",
"keywords": [
"lcap",
"asl",
"dsl"
],
"tags": [
"lcap",
"asl",
"dsl"
],
"dependencies": {
"@babel/core": "^7.13.10",
"@babel/generator": "^7.13.9",
"@types/axios": "^0.14.0",
"@types/faker": "^5.1.7",
"@types/json-stringify-safe": "^5.0.0",
"apollo-plugin-loader": "^1.0.8",
"axios": "^0.21.1",
"faker": "^5.4.0",
"json-stringify-safe": "^5.0.1",
"lodash": "^4.17.21",
"module-alias": "^2.2.2",
"qs": "^6.10.1",
"request-pre": "^0.4.3",
"uuid": "^8.3.2",
"vue-template-compiler": "2.6.12"
},
"devDependencies": {
"@types/chai": "^4.2.14",
"@types/hash-sum": "^1.0.0",
"@types/mocha": "^8.2.0",
"@types/node": "^14.14.22",
"chai": "^4.2.0",
"eslint": "^5.12.0",
"eslint-config-vusion": "^4.0.0",
"globby": "^11.0.3",
"hash-sum": "^2.0.0",
"husky": "^4.3.8",
"ig-typedoc-theme": "^4.0.3",
"igniteui-typedoc-theme": "^3.0.2",
"mocha": "^8.2.1",
"ts-loader": "^8.0.14",
"ts-node": "^9.1.1",
"typedoc": "^0.22.7",
"typescript": "^4.1.3"
}
}