25 lines
529 B
JSON
25 lines
529 B
JSON
{
|
|
"name": "tk-serializer",
|
|
"version": "0.1.30",
|
|
"description": "Serializer of javascript objects",
|
|
"main": "dist/main.js",
|
|
"types": "dist/main.d.ts",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"test": "jest",
|
|
"prepare" : "npm run build",
|
|
"prepublishOnly" : "npm test"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"author": "Michael Lemaire",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/jest": "^23.3.10",
|
|
"jest": "^23.6.0",
|
|
"ts-jest": "^23.10.5",
|
|
"ts-node": "^7.0.1",
|
|
"typescript": "^3.2.2"
|
|
}
|
|
}
|