nesciuntest
Version:
Typesafe decoder for TypeScript
41 lines (40 loc) • 1.07 kB
JSON
{
"name": "nesciuntest",
"version": "1.19.0",
"description": "Typesafe decoder for TypeScript",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "./node_modules/.bin/ts-mocha -p ./tsconfig.json src/**/*.test.ts",
"build": "./node_modules/.bin/tsc",
"link": "npm run build && cd dist && npm link"
},
"repository": {
"type": "git",
"url": "https://github.com/JeniferAufderhar/nesciuntest.git"
},
"bugs": {
"url": "https://github.com/JeniferAufderhar/nesciuntest.git/issues"
},
"homepage": "https://github.com/JeniferAufderhar/nesciuntest.git",
"author": "LaviniaKunde",
"license": "MIT",
"keywords": [
"typescript",
"possimus",
"pariatur"
],
"devDependencies": {
"@types/chai": "^4.2.12",
"@types/chai-datetime": "^0.0.33",
"@types/mocha": "^8.0.3",
"@types/ramda": "^0.27.14",
"chai": "^4.2.0",
"chai-datetime": "^1.7.0",
"mocha": "^8.1.1",
"ramda": "^0.27.1",
"ts-mocha": "^7.0.0",
"ts-node": "^9.0.0",
"typescript": "^4.0.2"
}
}