33 lines
804 B
JSON
33 lines
804 B
JSON
{
|
|
"name": "dyetty",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "./lib/index.js",
|
|
"types": "./lib/index.d.ts",
|
|
"scripts": {
|
|
"updateCheck": "check-outdated",
|
|
"build": "npm-run-all build:*",
|
|
"build:smash": "ts-node ./tooling/fileSmasher.ts",
|
|
"build:build": "tsc --build",
|
|
"build:cleanup": "ts-node ./tooling/cleanup.ts",
|
|
"_clean": "tsc --build --clean"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/tgpholly/dyetty.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/tgpholly/dyetty/issues"
|
|
},
|
|
"homepage": "https://github.com/tgpholly/dyetty#readme",
|
|
"devDependencies": {
|
|
"check-outdated": "^2.11.0",
|
|
"ts-loader": "^9.4.4",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^5.1.6",
|
|
"npm-run-all": "^4.1.5"
|
|
}
|
|
}
|