зеркало из https://github.com/microsoft/CCF.git
36 строки
898 B
JSON
36 строки
898 B
JSON
{
|
|
"name": "@microsoft/ccf-app",
|
|
"version": "0.0.0",
|
|
"description": "CCF app support package",
|
|
"main": "index.js",
|
|
"files": [
|
|
"*.js",
|
|
"*.d.ts"
|
|
],
|
|
"type": "module",
|
|
"scripts": {
|
|
"prepare": "npm run build",
|
|
"build": "tsc",
|
|
"test": "cross-env TS_NODE_PROJECT=test/tsconfig.json mocha --loader=ts-node/esm test/**/*.test.ts",
|
|
"docs": "typedoc",
|
|
"docs:watch": "rm -rf html && typedoc --watch --preserveWatchOutput"
|
|
},
|
|
"author": "Microsoft",
|
|
"license": "Apache-2.0",
|
|
"devDependencies": {
|
|
"@types/chai": "^4.2.15",
|
|
"@types/mocha": "^10.0.0",
|
|
"@types/node": "^20.1.0",
|
|
"@types/node-forge": "^1.0.0",
|
|
"chai": "^5.0.0",
|
|
"colors": "1.4.0",
|
|
"cross-env": "^7.0.3",
|
|
"get-func-name": "3.0.0",
|
|
"mocha": "^10.0.0",
|
|
"node-forge": "^1.2.0",
|
|
"ts-node": "^10.4.0",
|
|
"typedoc": "^0.25.0",
|
|
"typescript": "^5.0.2"
|
|
}
|
|
}
|