test-library-id
Version:
A nice greeter
46 lines (45 loc) • 1.11 kB
JSON
{
"name": "test-library-id",
"version": "1.0.3",
"description": "A nice greeter",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "jest --config jestconfig.json",
"build": "tsc",
"lint": "tslint -p tsconfig.json",
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
"prepare": "npm run build",
"prepublishOnly": "npm test && npm run lint",
"preversion": "npm run lint",
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags"
},
"keywords": [
"IDBI",
"ID",
"library"
],
"author": "A-S",
"license": "ISC",
"devDependencies": {
"@types/jest": "25.1.4",
"@types/node": "^12.7.4",
"@types/react": "^16.9.23",
"jest": "25.1.0",
"prettier": "1.19.1",
"prop-types": "^15.7.2",
"react": "^16.13.0",
"styled-components": "^5.0.1",
"ts-jest": "25.2.1",
"tslint": "6.1.0",
"tslint-config-prettier": "1.18.0",
"typescript": "3.8.3"
},
"files": [
"lib/**/*"
],
"dependencies": {
"@types/styled-components": "^5.0.1"
}
}