зеркало из https://github.com/microsoft/tiny-calc.git
32 строки
812 B
JSON
32 строки
812 B
JSON
{
|
|
"name": "@tiny-calc-test/example",
|
|
"main": "dist/index.js",
|
|
"sideEffects": "false",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/microsoft/tiny-calc.git"
|
|
},
|
|
"author": "Microsoft",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"clean": "rimraf ./dist *.build.log",
|
|
"dev": "npm run build -- --watch",
|
|
"lint": "eslint --ext=ts --format visualstudio src",
|
|
"test": "ts-node src/index.ts"
|
|
},
|
|
"dependencies": {
|
|
"@tiny-calc/nano": "0.0.0-alpha.5",
|
|
"@tiny-calc/types": "0.0.0-alpha.5",
|
|
"node-fetch": "^2.6.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tiny-calc/eslint-config": "0.0.0-alpha.5",
|
|
"@tiny-calc/ts-config": "0.0.0-alpha.5",
|
|
"@types/node": "^14.14.10",
|
|
"rimraf": "^3.0.2",
|
|
"ts-node": "^9.0.0",
|
|
"typescript": "^4.0.5"
|
|
}
|
|
}
|