37 lines
1.0 KiB
JSON
37 lines
1.0 KiB
JSON
{
|
|
"name": "lovelacejs",
|
|
"version": "1.0.0",
|
|
"description": "Lovelace.js is a library to easily mutate data through relationships, filtering, and tranforming the shape of data.",
|
|
"main": "lib/index.js",
|
|
"types": "lib/index.d.ts",
|
|
"directories": {
|
|
"test": "tests"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"lint": "tslint -p tsconfig.json",
|
|
"tests": "ts-node ./tests/index.ts"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/joshuashoemaker/lovelacejs.git"
|
|
},
|
|
"author": "Joshua Shoemaker",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/joshuashoemaker/lovelacejs/issues"
|
|
},
|
|
"homepage": "https://github.com/joshuashoemaker/lovelacejs#readme",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.10.3",
|
|
"@babel/plugin-proposal-class-properties": "^7.10.1",
|
|
"@babel/preset-env": "^7.10.3",
|
|
"babel-loader": "^8.1.0",
|
|
"ts-node": "^10.8.1",
|
|
"tslint": "^6.1.3",
|
|
"typescript": "^4.7.4",
|
|
"webpack": "^4.43.0",
|
|
"webpack-cli": "^3.3.12"
|
|
}
|
|
}
|