зеркало из https://github.com/microsoft/CCF.git
37 строки
932 B
JSON
37 строки
932 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/jsrsasign": "^10.5.4",
|
|
"@types/mocha": "^10.0.0",
|
|
"@types/node": "^18.0.0",
|
|
"@types/node-forge": "^1.0.0",
|
|
"chai": "^4.3.4",
|
|
"colors": "1.4.0",
|
|
"cross-env": "^7.0.3",
|
|
"jsrsasign": "^10.5.27",
|
|
"mocha": "^10.0.0",
|
|
"node-forge": "^1.2.0",
|
|
"ts-node": "^10.4.0",
|
|
"typedoc": "^0.23.1",
|
|
"typescript": "^4.2.4"
|
|
}
|
|
}
|