archematics/package.json5

29 lines
652 B
Plaintext
Raw Normal View History

2023-08-28 15:33:10 +00:00
{
name: 'archematics',
version: '0.0.1',
description: 'Uncovering lost digital mathematical treasures',
scripts: {
2023-08-28 16:01:25 +00:00
test: 'echo "Error: no test specified" && exit 1',
build: 'civet --js -c src/*.civet -o obj/.js',
start: 'node obj',
go: 'pnpm --sequential "/build|start/"',
serve: 'http-server',
2023-08-28 15:33:10 +00:00
},
packageManager: 'pnpm',
2023-08-28 16:01:25 +00:00
keywords: [
'math',
'browser',
'plugin',
],
2023-08-28 15:33:10 +00:00
author: 'Glen Whitney',
license: 'MIT',
repository: {
type: 'git',
url: 'https://code.studioinfinity.org/glen/archematics.git',
},
2023-08-28 16:01:25 +00:00
devDependencies: {
'@danielx/civet': '^0.6.26',
'http-server': '^14.1.1',
2023-08-28 16:01:25 +00:00
},
2023-08-28 15:33:10 +00:00
}