Files
tsc-decorators/package.json
2021-07-21 21:26:22 -04:00

25 lines
616 B
JSON

{
"name": "babel-decorators",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"test": "mocha test/**/*.ts"
},
"devDependencies": {
"@babel/core": "^7.14.8",
"@babel/types": "^7.14.8",
"@types/babel__core": "^7.1.15",
"@types/chai": "^4.2.21",
"@types/mocha": "github:whitecolor/mocha-types#da22474cf43f48a56c86f8c23a5a0ea36e295768",
"@types/node": "^16.4.0",
"@types/prettier": "^2.3.2",
"chai": "^4.3.4",
"mocha": "^9.0.2",
"mochawesome": "^6.2.2",
"prettier": "^2.3.2",
"ts-node": "^10.1.0",
"typescript": "^4.3.5"
}
}