mirror of
https://github.com/bcomnes/deploy-to-neocities.git
synced 2026-01-17 06:56:30 +00:00
43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"name": "deploy-to-neocities",
|
|
"version": "0.0.0",
|
|
"description": "Github Action to deplpoy a folder to Neocities.org",
|
|
"main": "index.js",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "run-s test:*",
|
|
"test-skip:deps": "dependency-check . --no-dev --no-peer",
|
|
"test:standard": "standard",
|
|
"test:tape": "tap",
|
|
"clean": "rimraf dist && mkdirp dist",
|
|
"build": "mkdir public && cp package.json public/test.json"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/bcomnes/deploy-to-neocities.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "Bret Comnes <bcomnes@gmail.com> (https://bret.io/)",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/bcomnes/deploy-to-neocities/issues"
|
|
},
|
|
"homepage": "https://github.com/bcomnes/deploy-to-neocities#readme",
|
|
"devDependencies": {
|
|
"dependency-check": "^4.1.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"standard": "^14.3.1",
|
|
"tap": "^14.10.5"
|
|
},
|
|
"dependencies": {
|
|
"@actions/core": "1.2.2",
|
|
"@actions/github": "2.1.0",
|
|
"async-neocities-tmp": "0.0.9"
|
|
},
|
|
"standard": {
|
|
"ignore": [
|
|
"dist"
|
|
]
|
|
}
|
|
}
|