2019-04-19 19:27:21 +03:00
|
|
|
{
|
2019-04-26 12:32:45 +03:00
|
|
|
"name": "@tiny-calc-test/example",
|
2019-04-19 19:27:21 +03:00
|
|
|
"main": "dist/index.js",
|
2020-06-11 21:15:29 +03:00
|
|
|
"sideEffects": "false",
|
|
|
|
"repository": {
|
2020-06-12 21:45:10 +03:00
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/microsoft/tiny-calc.git"
|
2020-06-11 21:15:29 +03:00
|
|
|
},
|
|
|
|
"author": "Microsoft",
|
|
|
|
"license": "MIT",
|
2019-04-19 19:27:21 +03:00
|
|
|
"scripts": {
|
|
|
|
"build": "tsc",
|
|
|
|
"clean": "rimraf ./dist *.build.log",
|
|
|
|
"dev": "npm run build -- --watch",
|
2020-08-20 01:54:22 +03:00
|
|
|
"lint": "eslint --ext=ts --format visualstudio src",
|
2019-04-26 12:32:45 +03:00
|
|
|
"test": "ts-node src/index.ts"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-07-28 16:22:33 +03:00
|
|
|
"@tiny-calc/nano": "0.0.0-alpha.5",
|
2020-08-24 00:41:37 +03:00
|
|
|
"@tiny-calc/types": "0.0.0-alpha.5",
|
2020-02-12 02:53:45 +03:00
|
|
|
"node-fetch": "^2.6.0"
|
2019-04-19 19:27:21 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-08-20 01:54:22 +03:00
|
|
|
"@tiny-calc/eslint-config": "0.0.0-alpha.5",
|
|
|
|
"@tiny-calc/ts-config": "0.0.0-alpha.5",
|
2020-12-07 23:20:00 +03:00
|
|
|
"@types/node": "^14.14.10",
|
2020-12-01 01:50:33 +03:00
|
|
|
"rimraf": "^3.0.2",
|
|
|
|
"ts-node": "^9.0.0",
|
|
|
|
"typescript": "^4.0.5"
|
2019-04-19 19:27:21 +03:00
|
|
|
}
|
|
|
|
}
|